summaryrefslogtreecommitdiff
path: root/python/gras/query/main.js
diff options
context:
space:
mode:
authorJosh Blum2013-03-28 02:32:51 -0500
committerJosh Blum2013-03-28 02:32:51 -0500
commitd00575db6dbe8ec4a0df411a8bfe18922138db6e (patch)
tree4023d42e0bad7b3a3b07c7091941b9e705674877 /python/gras/query/main.js
parent3315ba892a865644ebfbd7d00d7a138a05bb76a8 (diff)
downloadsandhi-d00575db6dbe8ec4a0df411a8bfe18922138db6e.tar.gz
sandhi-d00575db6dbe8ec4a0df411a8bfe18922138db6e.tar.bz2
sandhi-d00575db6dbe8ec4a0df411a8bfe18922138db6e.zip
gras: pass query args into top block and blocks.json
Diffstat (limited to 'python/gras/query/main.js')
-rw-r--r--python/gras/query/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/gras/query/main.js b/python/gras/query/main.js
index 8a261f9..8255f97 100644
--- a/python/gras/query/main.js
+++ b/python/gras/query/main.js
@@ -69,7 +69,7 @@ var gras_stats_main = function()
});
//query the stats for initial setup
- $.getJSON('/stats.json', function(data)
+ $.getJSON('/blocks.json', function(data)
{
gras_chart_factory_setup(registry, data);
});