mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
'Reconnect Now' does now a proper reconnect
This commit is contained in:
parent
42dfb31cf8
commit
a72d68a4fe
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ var padconnectionstatus = (function() {
|
|||
var self = {
|
||||
init: function() {
|
||||
$('button#forcereconnect').click(function() {
|
||||
pad.forceReconnect();
|
||||
window.location.reload();
|
||||
});
|
||||
},
|
||||
connected: function() {
|
||||
|
@ -50,4 +50,4 @@ var padconnectionstatus = (function() {
|
|||
getStatus: function() { return status; }
|
||||
};
|
||||
return self;
|
||||
}());
|
||||
}());
|
||||
|
|
Loading…
Reference in a new issue