aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-04-27 21:56:28 +0000
committermistic100 <mistic@piwigo.org>2011-04-27 21:56:28 +0000
commitcf7fd32b6a3fcd298a658c950a766ddd025a606c (patch)
tree0ec1fa0e5df9cfe722753e2a675af047c2add560 /themes
parent7f1d691a7c35e889d0847826cff7fbe8e174a362 (diff)
remove 'async' parameter for colorbox
git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/include/colorbox.inc.tpl2
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