diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:41:06 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:41:06 +0100 |
commit | 4e7b1bf6986ed99586d04aa5b7c7154089457d0f (patch) | |
tree | 99d3e05e1522551f64b1a0423b14664660720e67 /tpl/linklist.html | |
parent | 852613dece4e8216534c32f5b6c58e3d37697084 (diff) | |
parent | 8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627 (diff) | |
download | Shaarli-4e7b1bf6986ed99586d04aa5b7c7154089457d0f.tar.gz Shaarli-4e7b1bf6986ed99586d04aa5b7c7154089457d0f.tar.zst Shaarli-4e7b1bf6986ed99586d04aa5b7c7154089457d0f.zip |
Merge pull request #99 from pikzen/license-version
Versioned JS files & centralized licenses
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 16fc842d..c8dfd122 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -97,7 +97,7 @@ function showQrCode(caller,loading) | |||
97 | if (!loading) // If javascript lib is still loading, do not append script to body. | 97 | if (!loading) // If javascript lib is still loading, do not append script to body. |
98 | { | 98 | { |
99 | var element = document.createElement("script"); | 99 | var element = document.createElement("script"); |
100 | element.src = "inc/qr.min.js"; | 100 | element.src = "inc/qr-1.1.3.min.js"; |
101 | document.body.appendChild(element); | 101 | document.body.appendChild(element); |
102 | } | 102 | } |
103 | setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds. | 103 | setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds. |