summaryrefslogtreecommitdiff
path: root/python/gras/query/main.js
diff options
context:
space:
mode:
authorJosh Blum2013-03-27 03:09:31 -0500
committerJosh Blum2013-03-27 03:09:31 -0500
commite344e8da8af6c8c4612a6d932f5efad653b95d78 (patch)
tree685ca14f3691bb5df5a3963f481dc768643f54a2 /python/gras/query/main.js
parent3868f8f0156e9e936c39908e43762273be2d4e51 (diff)
downloadsandhi-e344e8da8af6c8c4612a6d932f5efad653b95d78.tar.gz
sandhi-e344e8da8af6c8c4612a6d932f5efad653b95d78.tar.bz2
sandhi-e344e8da8af6c8c4612a6d932f5efad653b95d78.zip
gras: using jquery ui draggable and resizable
Diffstat (limited to 'python/gras/query/main.js')
-rw-r--r--python/gras/query/main.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/gras/query/main.js b/python/gras/query/main.js
index 5faf8fe..8a261f9 100644
--- a/python/gras/query/main.js
+++ b/python/gras/query/main.js
@@ -32,10 +32,7 @@ var gras_query_stats = function(registry)
gras_chart_factory_online(registry);
if (registry.overall_active)
{
- $.each(registry.active_charts, function(index, chart_info)
- {
- chart_info.chart.update(response);
- });
+ gras_chart_factory_update(registry, response);
registry.timeout_handle = window.setTimeout(function()
{