mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Oh well
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
*/
|
||||
window.onload = function()
|
||||
{
|
||||
for (i = 0; i < onload_functions.length; i++)
|
||||
for (var 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 (var i = 0; i < onunload_functions.length; i++)
|
||||
{
|
||||
eval(onunload_functions[i]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user