server/src/main/webapp/static/js/config.js
changeset 106 d34e253f5c32
parent 90 fa7d68b9d8b0
child 109 b6b20e8c4a1a
--- a/server/src/main/webapp/static/js/config.js	Tue Mar 19 17:59:34 2013 +0100
+++ b/server/src/main/webapp/static/js/config.js	Fri Mar 22 05:30:19 2013 +0100
@@ -26,6 +26,6 @@
     baseUrl: window.location.protocol + '//' + window.location.host,
 	adminUrl : dojoConfig.baseUrl+'admin',
 	debug: false,
-	useWebSockets: false,
+	useWebSockets: true,
 };