more stuff on pw reset

This commit is contained in:
Julian Lam
2013-04-23 16:18:43 -04:00
parent 9fcbca8da9
commit e56e7b549b
6 changed files with 40 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ var socket,
(function() {
$.ajax({
url: 'config.json?v=' + new Date().getTime(),
url: '/config.json?v=' + new Date().getTime(),
success: function(data) {
config = data;
socket = io.connect('http://' + config.socket.address + config.socket.port? ':' + config.socket.port : '');