--- 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") {
- }
};
});
});