aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/linklist.html
diff options
context:
space:
mode:
authorfeula <mr.pikzen@gmail.com>2015-01-09 12:41:52 +0100
committerFlorian Eula <mr.pikzen@gmail.com>2015-01-21 11:46:50 +0100
commit8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627 (patch)
tree1f48101c3fa28ffbc49bb4298411a81dd880bf36 /tpl/linklist.html
parentcdd870b72efbb24fbf4e247f529121d2e04ed86e (diff)
downloadShaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.tar.gz
Shaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.tar.zst
Shaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.zip
Versioned JS files & centralized licenses
Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r--tpl/linklist.html2
1 files changed, 1 insertions, 1 deletions
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)
88 if (!loading) // If javascript lib is still loading, do not append script to body. 88 if (!loading) // If javascript lib is still loading, do not append script to body.
89 { 89 {
90 var element = document.createElement("script"); 90 var element = document.createElement("script");
91 element.src = "inc/qr.min.js"; 91 element.src = "inc/qr-1.1.3.min.js";
92 document.body.appendChild(element); 92 document.body.appendChild(element);
93 } 93 }
94 setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds. 94 setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds.