aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-12-20 11:18:17 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-12-20 11:18:17 +0000
commitdd488c5b03a6e806f5a30c8daa79aa1a178deb3d (patch)
tree33bedc116317dd91f7e759583ea83e4c83731eb2 /phpBB/styles/prosilver
parent0745a023b8fcab5dfa2016147815216133649114 (diff)
downloadforums-dd488c5b03a6e806f5a30c8daa79aa1a178deb3d.tar
forums-dd488c5b03a6e806f5a30c8daa79aa1a178deb3d.tar.gz
forums-dd488c5b03a6e806f5a30c8daa79aa1a178deb3d.tar.bz2
forums-dd488c5b03a6e806f5a30c8daa79aa1a178deb3d.tar.xz
forums-dd488c5b03a6e806f5a30c8daa79aa1a178deb3d.zip
#12387
git-svn-id: file:///svn/phpbb/trunk@8283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index f8eece7a5a..7c447afba5 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -57,7 +57,7 @@
*/
window.onload = function()
{
- for (i = 0; i <= onload_functions.length; i++)
+ for (i = 0; i < onload_functions.length; i++)
{
eval(onload_functions[i]);
}
@@ -65,7 +65,7 @@
window.onunload = function()
{
- for (i = 0; i <= onunload_functions.length; i++)
+ for (i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}