diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 4 | 
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 e13c49b59a..a46c161542 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -68,7 +68,7 @@  		{  			eval(onload_functions[i]);  		} -	} +	};  	window.onunload = function()  	{ @@ -76,7 +76,7 @@  		{  			eval(onunload_functions[i]);  		} -	} +	};  // ]]>  </script>  | 
