subs: Use an absolute path for /json/subscriptions/list

(imported from commit 82a2de5373e9170b27f4157c566e7ee23ba1f278)
This commit is contained in:
Keegan McAllister 2012-10-31 18:30:32 -04:00
parent 5f20d71065
commit 3923e2eca6

View File

@ -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) {