mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
more stuff on pw reset
This commit is contained in:
@@ -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 : '');
|
||||
|
||||
Reference in New Issue
Block a user