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/picwall.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/picwall.html')
-rw-r--r-- | tpl/picwall.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> |