diff -r 01f66ed90e32 -r 87569ad0ff53 server/src/main/webapp/static/js/main_coweb.js --- a/server/src/main/webapp/static/js/main_coweb.js Wed Feb 13 13:41:19 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -// -// Cooperative web application template. -// -// Copyright (c) The Dojo Foundation 2011. All Rights Reserved. -// - -// assumes admin servlet deployed with the application -var cowebConfig = { - adminUrl : './admin' -}; - -//require(['corenkan']); - -require({moduleUrl : 'lib'}, - ['coweb/main','dojo', 'corenkan'], -function(coweb, dojo, corenkan) { - // do application setup here - - dojo.ready(function() { - //this.collab = corenkan.app.collab; - }); - -}); -