From bd3c30e260477dd6f1e1a73cf5a8c535a22a40ea Mon Sep 17 00:00:00 2001 From: rlx Date: Sun, 17 Jan 2016 13:27:32 +0530 Subject: [PATCH] throttle --- static/js/appPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/appPanel.js b/static/js/appPanel.js index 03face7..2569900 100644 --- a/static/js/appPanel.js +++ b/static/js/appPanel.js @@ -65,7 +65,7 @@ oml.ui.appPanel = function() { Ox.Request.clearCache(); oml.$ui.infoView.updateElement(ui.item); } - }) + }, 250) }); that.reload = function() {