Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Changed feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
lwward committed Apr 1, 2014
1 parent 1fc2abb commit 4f80113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/files/js/notifications.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var socket = null;
if (typeof io !== 'undefined') {
socket = io.connect('https://hackthis.co.uk:8080/', { secure: true });
socket = io.connect('https://feed.hackthis.co.uk:8080/', { secure: true });
}
var favcounter = new FavCounter();
var counter_chat = 0;
Expand Down

0 comments on commit 4f80113

Please sign in to comment.