PHRAS-716 #time 1d

fix : operation list by databox
This commit is contained in:
Jean-Yves Gaulier
2015-09-21 15:58:43 +02:00
parent 5146881076
commit a02b3961bf
4 changed files with 104 additions and 86 deletions

View File

@@ -405,14 +405,6 @@
}
});
// start the refresh of the page content (progress bar etc...)
try {
clearTimeout(document.refreshDatabaseInformations_timer);
}
catch(err) {
}
displayDatabaseInformations(200); // wait 200ms
});