diff options
author | feula <mr.pikzen@gmail.com> | 2015-01-09 12:41:52 +0100 |
---|---|---|
committer | Florian Eula <mr.pikzen@gmail.com> | 2015-01-21 11:46:50 +0100 |
commit | 8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627 (patch) | |
tree | 1f48101c3fa28ffbc49bb4298411a81dd880bf36 /tpl/picwall.html | |
parent | cdd870b72efbb24fbf4e247f529121d2e04ed86e (diff) | |
download | Shaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.tar.gz Shaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.tar.zst Shaarli-8e0ad1d9208be864b33e2ebc3dc1ea2ff988a627.zip |
Versioned JS files & centralized licenses
Updated libraries
Updated copyright dates and the list of contributors.
Added unminified sources for GPL compliance
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 b78e2609..bf299fbf 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> |