From 90809a118552eff2b03f46393c978377e7894140 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 12 Apr 2015 09:55:51 +0000 Subject: invalid js in SwitchBox git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/default/template/picture.tpl') diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 9a71ca889..733cefcf8 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -34,7 +34,7 @@ function changeImgSrc(url,typeSave,typeMap) jQuery('#derivativeChecked'+typeMap).css('visibility','visible'); document.cookie = 'picture_deriv='+typeSave+';path={/literal}{$COOKIE_PATH}{literal}'; } -(SwitchBox=window.SwitchBox||[]).push("#derivativeSwitchLink", "#derivativeSwitchBox"); +(window.SwitchBox=window.SwitchBox||[]).push("#derivativeSwitchLink", "#derivativeSwitchBox"); {/literal}{/footer_script} {strip} {'Photo sizes'|@translate} @@ -293,7 +293,7 @@ function setPrivacyLevel(id, level){ } ); } -(SwitchBox=window.SwitchBox||[]).push("#privacyLevelLink", "#privacyLevelBox"); +(window.SwitchBox=window.SwitchBox||[]).push("#privacyLevelLink", "#privacyLevelBox"); {/strip}{/footer_script}