This commit is contained in:
AlexeyMatveev686
2023-04-14 17:34:26 +03:00
parent d8a4b78466
commit fb4f35e281

View File

@ -105,7 +105,7 @@ window.Asc = {
const pos = location.href.indexOf('store/index.html');
const ioUrl = location.href.substring(0, pos);
const type = getUrlSearchValue('type'); // if we have type, the we work in appdirectory
if (type.length) getAllPluginsData(true, false);
if (type.length) fetchAllPlugins(true, false);
// get translation file
getTranslation();