diff options
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. |