diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/editlink.html | 2 | ||||
-rw-r--r-- | tpl/linklist.html | 2 | ||||
-rw-r--r-- | tpl/picwall.html | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tpl/editlink.html b/tpl/editlink.html index 047e7f0d..ecab443d 100644 --- a/tpl/editlink.html +++ b/tpl/editlink.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head>{include="includes"} | 3 | <head>{include="includes"} |
4 | {if="empty($GLOBALS['disablejquery'])"}<script src="inc/jquery.min.js#"></script><script src="inc/jquery-ui.min.js#"></script>{/if} | 4 | {if="empty($GLOBALS['disablejquery'])"}<script src="inc/jquery-1.11.2.min.js#"></script><script src="inc/jquery-ui-1.11.2.min.js#"></script>{/if} |
5 | </head> | 5 | </head> |
6 | <body | 6 | <body |
7 | {if="$link.title==''"}onload="document.linkform.lf_title.focus();" | 7 | {if="$link.title==''"}onload="document.linkform.lf_title.focus();" |
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. |
diff --git a/tpl/picwall.html b/tpl/picwall.html index bfaabf7e..d3cabb2d 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html | |||
@@ -2,9 +2,9 @@ | |||
2 | <html> | 2 | <html> |
3 | <head>{include="includes"} | 3 | <head>{include="includes"} |
4 | {if="empty($GLOBALS['disablejquery'])"} | 4 | {if="empty($GLOBALS['disablejquery'])"} |
5 | <script src="inc/jquery.min.js#"></script> | 5 | <script src="inc/jquery-1.11.2.min.js#"></script> |
6 | <script src="inc/jquery-ui.min.js#"></script> | 6 | <script src="inc/jquery-ui-1.11.2.min.js#"></script> |
7 | <script src="inc/jquery.lazyload.min.js#"></script> | 7 | <script src="inc/jquery.lazyload-1.9.3.min.js#"></script> |
8 | {/if} | 8 | {/if} |
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |