From 8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627 Mon Sep 17 00:00:00 2001 From: feula Date: Fri, 9 Jan 2015 12:41:52 +0100 Subject: Versioned JS files & centralized licenses Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance --- tpl/linklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/linklist.html') 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) if (!loading) // If javascript lib is still loading, do not append script to body. { var element = document.createElement("script"); - element.src = "inc/qr.min.js"; + element.src = "inc/qr-1.1.3.min.js"; document.body.appendChild(element); } setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds. -- cgit v1.2.3