From 3923e2eca63cb24b509655bfc9f28da2a2fad373 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 31 Oct 2012 18:30:32 -0400 Subject: [PATCH] subs: Use an absolute path for /json/subscriptions/list (imported from commit 82a2de5373e9170b27f4157c566e7ee23ba1f278) --- zephyr/static/js/subs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/subs.js b/zephyr/static/js/subs.js index a569591e0e..3d5d060d23 100644 --- a/zephyr/static/js/subs.js +++ b/zephyr/static/js/subs.js @@ -35,7 +35,7 @@ function remove_from_stream_list(stream_name) { exports.fetch = function () { $.ajax({ type: 'POST', - url: 'json/subscriptions/list', + url: '/json/subscriptions/list', dataType: 'json', timeout: 10*1000, success: function (data) {