mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
'Reconnect Now' does now a proper reconnect
This commit is contained in:
parent
42dfb31cf8
commit
a72d68a4fe
@ -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…
x
Reference in New Issue
Block a user