diff --git a/productMods/js/individual/individualUtils.js b/productMods/js/individual/individualUtils.js index b39beaa2..7f98f5c2 100644 --- a/productMods/js/individual/individualUtils.js +++ b/productMods/js/individual/individualUtils.js @@ -8,7 +8,7 @@ $(document).ready(function(){ // Change background color button when verbose mode is off $('a#verbosePropertySwitch:contains("Turn off")').addClass('verbose-off'); - // This function creates and styles the "qTip" tooltip that displays the resource uri when the user clicks the uri icon. + This function creates and styles the "qTip" tooltip that displays the resource uri when the user clicks the uri icon. $('#uriIcon').each(function() { $(this).qtip( @@ -44,7 +44,6 @@ $(document).ready(function(){ // Reveal vCard QR code when QR icon is clicked $('#qrIcon, .qrCloseLink').click(function() { $('#qrCodeImage').toggleClass('hidden'); - event.preventDefault(); //duplicates return false but necessary for IE return false; }); }); \ No newline at end of file diff --git a/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl b/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl index 8455a22a..b470db70 100644 --- a/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl +++ b/productMods/templates/freemarker/body/partials/individual/individual-qrCodeGenerator.ftl @@ -34,7 +34,7 @@ ${qrCodeLinkedImage} <#elseif (display == "icon")>