[marketplace] Change the process restore connection in web.

This commit is contained in:
AlexeyMatveev686
2023-05-05 15:32:24 +03:00
parent f3ed094526
commit 5b98416465

View File

@ -1519,6 +1519,8 @@ function checkInternet() {
div.onclick();
} else if (bshowMarketplace) {
toogleView(elements.btnMarketplace, elements.btnMyPlugins, messages.linkPR, true, true);
} else if (!isDesktop) {
toogleView(elements.btnMyPlugins, elements.btnMarketplace, messages.linkManually, false, true);
}
clearInterval(interval);
interval = null;