server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html
changeset 126 4479369ff9f1
parent 115 e905eb562074
parent 124 c04232f8cc53
child 127 906fed13c1e1
--- a/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Wed Apr 03 16:17:36 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Tue Mar 26 08:27:58 2013 +0100
@@ -27,7 +27,7 @@
         <script type="text/javascript" th:inline="javascript">
             var cowebConfig = {
         	    baseUrl: window.location.protocol + '//' + window.location.host,
-        	    adminUrl : dojoConfig.baseUrl+'admin',
+        	    adminUrl : dojoConfig.baseUrl+'ocw_admin',
         	    debug: /*[[${coweb_debug}]]*/false,
         	    useWebSockets: /*[[${coweb_websockets}]]*/false
         	};
@@ -37,6 +37,7 @@
             $(function() {
             	var renkan_config = {
                     static_url : /*[[@{/static/}]]*/ "",
+                    read_only: true,
                     bins: [
                         {
                             type: "Wikipedia",
@@ -91,8 +92,6 @@
 
                 require({corenkanConfig: corenkanConfig}, ["corenkan"], function(corenkan) {            
                     corenkan.app.onStatusChange = function(status) {
-                    	if(status == "ready") {
-                    	}
                     };
                 });
             });