Skip to content

Commit

Permalink
fixing url
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhuka committed Feb 27, 2014
1 parent 089ab6e commit 31d0ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleApps/JaggeryApps/chatroom/js/chatroom.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$('#connect').click(function () {
if(!userCheck()){return;}
var url = 'ws://localhost:9763/ws/server.jag';
var url = 'ws://localhost:9763/chatroom/server.jag';

if ('WebSocket' in window) {
ws = new WebSocket(url);
Expand Down

0 comments on commit 31d0ec2

Please sign in to comment.