diff options
author | Josh Blum | 2013-03-27 03:09:31 -0500 |
---|---|---|
committer | Josh Blum | 2013-03-27 03:09:31 -0500 |
commit | e344e8da8af6c8c4612a6d932f5efad653b95d78 (patch) | |
tree | 685ca14f3691bb5df5a3963f481dc768643f54a2 /python/gras/query/main.js | |
parent | 3868f8f0156e9e936c39908e43762273be2d4e51 (diff) | |
download | sandhi-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.js | 5 |
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() { |