mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
а
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user