server/src/main/webapp/static/js/corenkan.js
changeset 102 fd93dc0afa39
parent 101 4367d1f5eb4c
child 106 d34e253f5c32
--- a/server/src/main/webapp/static/js/corenkan.js	Mon Mar 18 11:45:30 2013 +0100
+++ b/server/src/main/webapp/static/js/corenkan.js	Mon Mar 18 17:24:26 2013 +0100
@@ -114,7 +114,7 @@
     	obj = json.parse(state);
     	console.log("State response", obj);
     	obj['_id'] = obj['id'];
-    	this.project.set(obj, {silent: true});
+    	this.project.set(obj);
     };
     
     function prepareValues(obj,c) {