Rename/reorganize our urls to be more consistent.

(imported from commit ca3cc7ccd5d7da83a9c60968527378ee1118648e)
This commit is contained in:
Tim Abbott
2012-10-16 15:42:40 -04:00
parent fab64fd7b0
commit 3e994c16b7
8 changed files with 64 additions and 59 deletions

View File

@@ -100,7 +100,7 @@ function submit_buttons() {
function check_stream_for_send(stream_name) {
var okay = true;
$.ajax({
url: "subscriptions/exists/" + stream_name,
url: "/json/subscriptions/exists/" + stream_name,
async: false,
success: function (data) {
if (data === "False") {