mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04: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 = {
|
var self = {
|
||||||
init: function() {
|
init: function() {
|
||||||
$('button#forcereconnect').click(function() {
|
$('button#forcereconnect').click(function() {
|
||||||
pad.forceReconnect();
|
window.location.reload();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
connected: function() {
|
connected: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue