aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/risk_insight/static/indices.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/risk_insight/static/indices.js b/python/risk_insight/static/indices.js
index 736b0ab1..c5e4c0af 100644
--- a/python/risk_insight/static/indices.js
+++ b/python/risk_insight/static/indices.js
@@ -1,8 +1,8 @@
function update_graph(g) {
var payload = {i: $('index').value,
- s: $('series').value,
- t: $('tenor').value,
- w: $('what').value};
+ s: $('series').value,
+ t: $('tenor').value,
+ w: $('what').value};
query("_data_indices",
payload,
function(data){