diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-08-20 14:25:37 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-08-20 14:25:37 -0400 |
| commit | 19ee2d2d40a0793707d14abb33cf800cb5a145fe (patch) | |
| tree | e929cfdcd6b17d5fc94826ee020dbad65229b72f | |
| parent | 052e33823b98ec3e51fdb424937e72dd1f33d11f (diff) | |
| parent | 1680b3a2a7614fb35d9119652140db2ff8bf5b0e (diff) | |
| download | forums-19ee2d2d40a0793707d14abb33cf800cb5a145fe.tar forums-19ee2d2d40a0793707d14abb33cf800cb5a145fe.tar.gz forums-19ee2d2d40a0793707d14abb33cf800cb5a145fe.tar.bz2 forums-19ee2d2d40a0793707d14abb33cf800cb5a145fe.tar.xz forums-19ee2d2d40a0793707d14abb33cf800cb5a145fe.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9978] Added semicolons to JavaScript in overall_header.
| -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 9f022e215d..d94092f410 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -62,7 +62,7 @@ { eval(onload_functions[i]); } - } + }; window.onunload = function() { @@ -70,7 +70,7 @@ { eval(onunload_functions[i]); } - } + }; // ]]> </script> |
