# HG changeset patch # User veltr # Date 1361873397 -3600 # Node ID 3389e6c469366bf8143ef19e9e88383c8d18dcc3 # Parent 3a5a9421687b627efbc5dfbdbd9bed2cc249a58c# Parent c8ea79397dfe5d802ce98a446bb4bc7fabd9f9b6 Merge with c8ea79397dfe5d802ce98a446bb4bc7fabd9f9b6 diff -r 3a5a9421687b -r 3389e6c46936 server/src/main/webapp/static/js/config.js --- a/server/src/main/webapp/static/js/config.js Thu Feb 21 17:36:29 2013 +0100 +++ b/server/src/main/webapp/static/js/config.js Tue Feb 26 11:09:57 2013 +0100 @@ -23,9 +23,9 @@ }; var cowebConfig = { - baseUrl: window.location.protocol + '//' +window.location.host, + baseUrl: window.location.protocol + '//' + window.location.host, adminUrl : dojoConfig.baseUrl+'admin', debug: false, - useWebSockets: true + useWebSockets: "WebSocket" in window, };