diff --git a/public/editor.html b/public/editor.html
index 9d36eee..9e18e15 100644
--- a/public/editor.html
+++ b/public/editor.html
@@ -190,16 +190,18 @@
-
-
-
+
-
@@ -864,7 +866,7 @@ function initViewModel_user(app, vmName) {
viewModel.name = app.ko.observable('guest');
}
viewModel.name.subscribe(function (newValue) {
- console.log('change to new user', newValue);
+ app.debug && console.log('change to new user', newValue);
if (newValue != 'guest') {
var location = {
collection: getConfigDocSnapshot(app)[vmName].collection,
@@ -981,7 +983,7 @@ function initViewModel_projects(app, vmName) {
};
// TODO: a callback would be nice so we can clear the
// _newAttribute box after the document has been written to.
- // currently it just wierd in 'guest' mode as you can not
+ // currently it just weird in 'guest' mode as you can not
// have any tabs open.
viewModel._openAttribute(attribute);
}