Skip to content

Commit

Permalink
SAK-32649 Fix incorrect jQuery.i18n feature test in site.vm (sakaipro…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Jul 3, 2017
1 parent fd874a7 commit 959bf51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<script src="${pageScriptPath}jquery/bgiframe/jquery.bgiframe.min.js$!{portalCDNQuery}"></script>
<script src="${pageScriptPath}jquery/cluetip/1.2.10/jquery.cluetip.min.js$!{portalCDNQuery}"></script>
<script>
if (jQuery.i18n == 'undefined') {
if (typeof jQuery.i18n == 'undefined') {
document.write('\x3Cscript src="/library/webjars/jquery-i18n-properties/1.2.2/jquery.i18n.properties.min.js$!{portalCDNQuery}">\x3C/script>');
}
</script>
Expand Down

0 comments on commit 959bf51

Please sign in to comment.