[feature] Only automatically reconnect if can establish connection to server

Avoid trying to reload pad when network is not available.
This commit is contained in:
Luiza Pagliari 2017-04-05 15:07:37 -03:00
parent 0eae83f252
commit 384697f653
3 changed files with 60 additions and 19 deletions

View file

@ -37,7 +37,8 @@ var padmodals = (function()
$("#connectivity .visible").removeClass('visible');
$("#connectivity ."+messageId).addClass('visible');
automaticReconnect.showCountDownTimerToReconnectOnModal($('#connectivity .' + messageId));
var $modal = $('#connectivity .' + messageId);
automaticReconnect.showCountDownTimerToReconnectOnModal($modal, pad);
padeditbar.toggleDropDown("connectivity");
});