$(document).ready(function(){var n=undefined;$(".aboutLink").click(function(t){t.preventDefault();n=n||Handlebars.compile($("#tmplClmData").html());$("#SBCabout").on("show.bs.modal",function(){window.showinfo=="True"&&($("#getclmprogress").show(),$("#clmdata").hide().empty(),$.ajax({type:"POST",url:window.globalLinks.aboutLinkUrl,dataType:"json"}).done(function(t){$("#getclmprogress").hide();$("#clmdata").html(n(t)).show()}))});$("#SBCabout").modal("show")})})