Added automatic grid reload, since the default grid load is inconsistent with the displayed settings. The solution here sucks, but at least it avoids the inconsistency.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@518 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-10 22:22:56 +00:00
parent 19f8c18ce9
commit 1ce71a3936

View File

@@ -15,7 +15,8 @@ echo '<div class="account collected">' . "\n";
// Reset the form
function resetForm() {
/* updateEntriesGrid(); */
<?php /* REVISIT <AP>: 20090810; Hate to do this, but first data is wrong... */ ?>
setTimeout(updateEntriesGrid, 1000);
}
function onGridLoadComplete() {