Corrected reports page display after yesterday changes
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 20 Jul 2008 15:24:31 +0000 (15:24 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 20 Jul 2008 15:24:31 +0000 (15:24 +0000)
CHANGELOG.txt
reporting/reports_main.php

index bcf806aebe71c5c79877b83f8a9369e23503fd05..d237299924ff077aac5257286898cd0176f2e1c8 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+20-Jul-2008 Janusz Dobrowolski
+# Corrected reports page display after yesterday change.
+$ /reporting/reports_main.php
+
 19-Jul-2008 Janusz Dobrowolski
 ! Content of js-only pages superseded by the requirement notification in non-js browsers.
 $ /admin/backups.php
index 600f389149486254f6cb50d72d44f92def390692..494a09f84353e41cd126235a4ba3815de56d72de 100644 (file)
@@ -288,7 +288,7 @@ echo "
                function onWindowLoad() {
                        showClass(" . $_GET['Class'] . ")
                }
-               window.onload=onWindowLoad;
+       Behaviour.addLoadEvent(onWindowLoad);
        </script>
 ";
 echo $reports->getDisplay();