From fb4f35e281ec9c2ed23fdf28a2e4e11d3571621d Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Fri, 14 Apr 2023 17:34:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/scripts/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/scripts/code.js b/store/scripts/code.js index 3deada1e..88dec364 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -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();