X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=58d5867ed159fe92802fefc9bc46e2b90125d8c3;hb=8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627;hp=eadbc4cd9c645c099d27dd37092ccb64f91a9ac3;hpb=cdd870b72efbb24fbf4e247f529121d2e04ed86e;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index eadbc4cd..58d5867e 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -88,7 +88,7 @@ function showQrCode(caller,loading=false) if (!loading) // If javascript lib is still loading, do not append script to body. { var element = document.createElement("script"); - element.src = "inc/qr.min.js"; + element.src = "inc/qr-1.1.3.min.js"; document.body.appendChild(element); } setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds.