summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/htdocs/graph/index.html')
-rw-r--r--sca-cpp/trunk/hosting/server/htdocs/graph/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/hosting/server/htdocs/graph/index.html b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
index 557f427e38..d239c3c021 100644
--- a/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
+++ b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html
@@ -2055,7 +2055,7 @@ function showdata(gcomp) {
return displaydata(t, '100%');
});
- ui.async(function hidegraphdiv() {
+ ui.delay(function hidegraphdiv() {
graphdiv.style.display = 'none'
});
return true;
@@ -2071,7 +2071,7 @@ function showgraph(gcomp) {
graphdiv.style.display = 'block'
gvisible = true;
graph.compselect(gcomp, true, atitle, cvalue, ccopy, cdelete);
- ui.async(function hideplaydiv() {
+ ui.delay(function hideplaydiv() {
pdiv.style.display = 'none';
pdiv.innerHTML = '';
});