mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
App reconnect is now possible if the connection was interrupted and takes to long for automatic reconnect
This commit is contained in:
parent
a8c8970192
commit
8fe2e073c5
3 changed files with 11 additions and 0 deletions
|
|
@ -41,3 +41,10 @@ Template.header.events({
|
|||
Session.set('currentCard', null);
|
||||
},
|
||||
});
|
||||
|
||||
Template.offlineWarning.events({
|
||||
'click a.app-try-reconnect'(event) {
|
||||
event.preventDefault();
|
||||
Meteor.reconnect();
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue