- Timestamp:
- 02/06/08 20:39:26 (4 years ago)
- Location:
- web/js
- Files:
-
- 2 modified
-
jquery.comet.js (modified) (1 diff)
-
poker-client.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web/js/jquery.comet.js
r36 r37 131 131 { 132 132 $.ajax({ 133 url: sUrl +'?jsonp=?',133 url: sUrl, 134 134 type: 'post', 135 135 beforeSend: function(oXhr) { oXhr.setRequestHeader('Connection', 'Keep-Alive'); }, -
web/js/poker-client.js
r36 r37 174 174 //$("form#connect_form").hide(); 175 175 // 176 $.comet.init(" http://localhost:8080");176 $.comet.init("/cometd"); 177 177 $.comet.subscribe("/poker", processStatus); 178 178
