diff --git a/bin/installit b/bin/installit index 6b26fda..d372745 100755 --- a/bin/installit +++ b/bin/installit @@ -112,6 +112,9 @@ if [ ! -f ./jquery.min.js ]; then ${CURL} http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js # http://code.jquery.com/jquery-1.9.1.js fi +if [ ! -f ./jquery.min.map ]; then + ${CURL} http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.map +fi if [ ! -f ./jquery-ui.js ]; then ${CURL} http://code.jquery.com/ui/1.10.3/jquery-ui.js fi diff --git a/public/editor.html b/public/editor.html index 3fd35d2..9d36eee 100644 --- a/public/editor.html +++ b/public/editor.html @@ -264,7 +264,7 @@ - + @@ -277,7 +277,6 @@ - @@ -1463,7 +1462,7 @@ function bindViewModels(app) { } var app = { - debug: false, + debug: true, ko: ko, async: async, ace: ace, diff --git a/public/templates/scripts.html b/public/templates/scripts.html index 7cbc083..5898179 100644 --- a/public/templates/scripts.html +++ b/public/templates/scripts.html @@ -1,4 +1,5 @@ - + + @@ -7,6 +8,7 @@ + @@ -23,6 +25,6 @@ - - - + + +