diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-27 21:56:28 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-27 21:56:28 +0000 |
commit | cf7fd32b6a3fcd298a658c950a766ddd025a606c (patch) | |
tree | 0ec1fa0e5df9cfe722753e2a675af047c2add560 /themes/default/template | |
parent | 7f1d691a7c35e889d0847826cff7fbe8e174a362 (diff) |
remove 'async' parameter for colorbox
git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/include/colorbox.inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/include/colorbox.inc.tpl b/themes/default/template/include/colorbox.inc.tpl index f81546f55..c6dc52138 100644 --- a/themes/default/template/include/colorbox.inc.tpl +++ b/themes/default/template/include/colorbox.inc.tpl @@ -1,2 +1,2 @@ -{combine_script id='jquery.colorbox' load='async' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'} +{combine_script id='jquery.colorbox' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js'} {combine_css path="themes/default/js/plugins/jquery.colorbox.css"}
\ No newline at end of file |