From 8f0fbc9f8d43a4f7dbd0585a0b1711dc18abbe3f Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Wed, 11 Sep 2013 13:38:35 +0530 Subject: [PATCH] Fix wrong URL routes in the client --- mouchak/static/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouchak/static/js/editor.js b/mouchak/static/js/editor.js index 90bff69..c17b685 100644 --- a/mouchak/static/js/editor.js +++ b/mouchak/static/js/editor.js @@ -91,7 +91,7 @@ var Pages = Backbone.Collection.extend({ model: M.types.model.Page, - url: M.PageURL() + '/' + url: M.PageURL() }); /* view to manage each page and their properties - change page properties, -- 1.7.10.4