From aea037ec472524911f2c7994c4041863019e1ecd Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Fri, 6 Sep 2013 22:51:10 +0530 Subject: [PATCH] Fix static file path issue --- mouchak/static/js/models.js | 1 + mouchak/templates/editor.html | 28 ++++++++++++++-------------- mouchak/templates/index.html | 26 +++++++++++++------------- mouchak/templates/login.html | 4 ++-- 4 files changed, 30 insertions(+), 29 deletions(-) diff --git a/mouchak/static/js/models.js b/mouchak/static/js/models.js index 99bd7b8..9573732 100644 --- a/mouchak/static/js/models.js +++ b/mouchak/static/js/models.js @@ -83,6 +83,7 @@ } } else if(this.get('src').match(/\.css/)) { + console.log('css plugin found.. <'+ this.get('src')+'> loading it..'); var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = this.get('src'); diff --git a/mouchak/templates/editor.html b/mouchak/templates/editor.html index 5612eae..87863c8 100644 --- a/mouchak/templates/editor.html +++ b/mouchak/templates/editor.html @@ -12,10 +12,10 @@ - - - - + + + + + + + + +