| changeset 48 | 01fb9167ad75 |
| parent 47 | 267d67791e05 |
| child 51 | 3247fccfbd3f |
--- a/server/src/main/webapp/static/js/config.js Tue Dec 25 21:29:11 2012 +0100 +++ b/server/src/main/webapp/static/js/config.js Mon Dec 31 12:19:10 2012 +0100 @@ -32,7 +32,10 @@ }; var cowebConfig = { - adminUrl : '/renkan/admin' + baseUrl: window.location.protocol + '//' +window.location.host, + adminUrl : '/renkan/admin', + debug: false, + //useWebSockets: true };