]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/linklist.html
fix broken URL for user.css
[github/shaarli/Shaarli.git] / tpl / linklist.html
index 16fc842d048a87d48c7821af77399a49f034dd6f..c8dfd12292e15aee31f851e08a36078ec0bfb5bb 100644 (file)
@@ -97,7 +97,7 @@ function showQrCode(caller,loading)
         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.