diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-10 11:44:01 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-10 11:44:01 +0000 |
commit | fff4d05ce5d76830dfe908b2d6a0821fc32862f2 (patch) | |
tree | d9405cb261cbb046459759d691d9b702e93d6d70 /admin/themes | |
parent | cefb33dffe06b35760b3e8b22345df742e2de255 (diff) |
feature:2219
load jquery sort plugin in footer.
git-svn-id: http://piwigo.org/svn/trunk@9599 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/plugins_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index f4ac1ab45..a2702f373 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -1,4 +1,4 @@ -{combine_script id='jquery.sort' path='themes/default/js/plugins/jquery.sort.js'} +{combine_script id='jquery.sort' load='footer' path='themes/default/js/plugins/jquery.sort.js'} {footer_script require='jquery.effects.blind,jquery.sort'}{literal} var sortOrder = 'date'; |