diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index c176edb287..86889747ef 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -42,7 +42,7 @@ $(function () { $('#sidebar a[href="#subscriptions"]').click(function () { $.ajax({ type: 'GET', - url: 'json/subscriptions', + url: 'json/subscriptions/', dataType: 'json', timeout: 10*1000, success: function (data) {