diff options
author | mistic100 <mistic@piwigo.org> | 2015-04-12 09:55:51 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2015-04-12 09:55:51 +0000 |
commit | 90809a118552eff2b03f46393c978377e7894140 (patch) | |
tree | 39d8fe19e0f2cbc70339d3e375187dc7493c9d14 /themes/default/js | |
parent | 654a36607cee8fef7a330157195765d42a3f745f (diff) |
invalid js in SwitchBox
git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/js')
-rw-r--r-- | themes/default/js/switchbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/js/switchbox.js b/themes/default/js/switchbox.js index b20f82d50..6b1e8f2dd 100644 --- a/themes/default/js/switchbox.js +++ b/themes/default/js/switchbox.js @@ -17,7 +17,7 @@ sbFunc(SwitchBox[i], SwitchBox[i+1]); } - SwitchBox = { + window.SwitchBox = { push: sbFunc } })();
\ No newline at end of file |