diff options
author | feula <mr.pikzen@gmail.com> | 2015-01-09 12:41:52 +0100 |
---|---|---|
committer | Florian Eula <mr.pikzen@gmail.com> | 2015-01-21 11:46:50 +0100 |
commit | 8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627 (patch) | |
tree | 1f48101c3fa28ffbc49bb4298411a81dd880bf36 /tpl/linklist.html | |
parent | cdd870b72efbb24fbf4e247f529121d2e04ed86e (diff) | |
download | Shaarli-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.html | 2 |
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. |