individual--qrCodeGenerator.ftl: fix bug that was causing link opening QR code to head straight to the export page after opening up the code for a split second.
This commit is contained in:
parent
517e27f5bc
commit
52ff82f6be
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
${qrCodeLinkedImage}
|
||||
<#elseif (display == "icon")>
|
||||
<li role="listitem">
|
||||
<a id="qrIcon" title="vCard QR Code" href="${individual.doQrData().exportQrCodeUrl}"><img class="middle" src="${urls.images}/individual/qr_icon.png" alt="qr icon" /></a>
|
||||
<a id="qrIcon" title="vCard QR Code" href="#"><img class="middle" src="${urls.images}/individual/qr_icon.png" alt="qr icon" /></a>
|
||||
<span id="qrCodeImage" class="hidden">${qrCodeLinkedImage} <a class="qrCloseLink" href="#">Close</a></span>
|
||||
</li>
|
||||
<#else>
|
||||
|
|
Loading…
Add table
Reference in a new issue