aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/linklist.html
diff options
context:
space:
mode:
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.