invalid js in SwitchBox

git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2015-04-12 09:55:51 +00:00
parent 654a36607c
commit 90809a1185
3 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
sbFunc(SwitchBox[i], SwitchBox[i+1]); sbFunc(SwitchBox[i], SwitchBox[i+1]);
} }
SwitchBox = { window.SwitchBox = {
push: sbFunc push: sbFunc
} }
})(); })();

View file

@ -26,7 +26,7 @@
{/if} {/if}
{/foreach} {/foreach}
</div> </div>
{footer_script}(SwitchBox=window.SwitchBox||[]).push("#sortOrderLink", "#sortOrderBox");{/footer_script} {footer_script}(window.SwitchBox=window.SwitchBox||[]).push("#sortOrderLink", "#sortOrderBox");{/footer_script}
{/strip}</li> {/strip}</li>
{/if} {/if}
{if !empty($image_derivatives)} {if !empty($image_derivatives)}
@ -43,7 +43,7 @@
{/if} {/if}
{/foreach} {/foreach}
</div> </div>
{footer_script}(SwitchBox=window.SwitchBox||[]).push("#derivativeSwitchLink", "#derivativeSwitchBox");{/footer_script} {footer_script}(window.SwitchBox=window.SwitchBox||[]).push("#derivativeSwitchLink", "#derivativeSwitchBox");{/footer_script}
{/strip}</li> {/strip}</li>
{/if} {/if}
@ -109,7 +109,7 @@
<span{if !$view.SELECTED} style="visibility:hidden"{/if}>&#x2714; </span><a href="{$view.VALUE}">{$view.CONTENT}</a> <span{if !$view.SELECTED} style="visibility:hidden"{/if}>&#x2714; </span><a href="{$view.VALUE}">{$view.CONTENT}</a>
{/foreach} {/foreach}
</div> </div>
{footer_script}(SwitchBox=window.SwitchBox||[]).push("#calendarViewSwitchLink", "#calendarViewSwitchBox");{/footer_script} {footer_script}(window.SwitchBox=window.SwitchBox||[]).push("#calendarViewSwitchLink", "#calendarViewSwitchBox");{/footer_script}
</div> </div>
{/if} {/if}

View file

@ -34,7 +34,7 @@ function changeImgSrc(url,typeSave,typeMap)
jQuery('#derivativeChecked'+typeMap).css('visibility','visible'); jQuery('#derivativeChecked'+typeMap).css('visibility','visible');
document.cookie = 'picture_deriv='+typeSave+';path={/literal}{$COOKIE_PATH}{literal}'; 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} {/literal}{/footer_script}
{strip}<a id="derivativeSwitchLink" title="{'Photo sizes'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> {strip}<a id="derivativeSwitchLink" title="{'Photo sizes'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-sizes"></span><span class="pwg-button-text">{'Photo sizes'|@translate}</span> <span class="pwg-icon pwg-icon-sizes"></span><span class="pwg-button-text">{'Photo sizes'|@translate}</span>
@ -293,7 +293,7 @@ function setPrivacyLevel(id, level){
} }
); );
} }
(SwitchBox=window.SwitchBox||[]).push("#privacyLevelLink", "#privacyLevelBox"); (window.SwitchBox=window.SwitchBox||[]).push("#privacyLevelLink", "#privacyLevelBox");
{/strip}{/footer_script} {/strip}{/footer_script}
<div id="privacyLevelBox" class="switchBox" style="display:none"> <div id="privacyLevelBox" class="switchBox" style="display:none">
{foreach from=$available_permission_levels item=label key=level} {foreach from=$available_permission_levels item=label key=level}