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