diff options
Diffstat (limited to 'phpBB/adm/style/progress_bar.html')
| -rw-r--r-- | phpBB/adm/style/progress_bar.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/progress_bar.html b/phpBB/adm/style/progress_bar.html index ef9590119f..00e1e5e885 100644 --- a/phpBB/adm/style/progress_bar.html +++ b/phpBB/adm/style/progress_bar.html @@ -1,7 +1,7 @@ <!-- INCLUDE simple_header.html --> <script type="text/javascript"> -<!-- +// <![CDATA[ /** * Close previously opened popup */ @@ -22,7 +22,7 @@ setTimeout("close_popup()", 1000); return 0; } -//--> +// ]]> </script> <div class="successbox"> @@ -32,9 +32,9 @@ </div> <script type="text/javascript"> -<!-- +// <![CDATA[ close_popup(); -//--> +// ]]> </script> <!-- INCLUDE simple_footer.html -->
\ No newline at end of file |
