ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/html5client/main.js
(Generate patch)

Comparing deliantra/html5client/main.js (file contents):
Revision 1.17 by root, Thu Nov 8 02:28:31 2012 UTC vs.
Revision 1.18 by root, Thu Nov 8 03:08:52 2012 UTC

106var isMainCalled = false; 106var isMainCalled = false;
107var xInfoWindow = null; 107var xInfoWindow = null;
108var xBarsWindow = null; 108var xBarsWindow = null;
109var xCommmandWindow = null; 109var xCommmandWindow = null;
110var xChatBoxWindow = null; 110var xChatBoxWindow = null;
111
112var wsUri = "ws://testserver.deliantra.net:13327/ws";
113//var wsUri = "ws://localhost:13327/ws";
114 111
115function appendToBody(e){ 112function appendToBody(e){
116 document.getElementsByTagName("body")[0].appendChild(e); 113 document.getElementsByTagName("body")[0].appendChild(e);
117} 114}
118 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines