From e00a0fd596fb6f571672139263dbe21c744a7f46 Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Fri, 14 Apr 2023 17:26:10 +0300 Subject: [PATCH] . --- 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 b27ea21f..9ccf5cff 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -46,7 +46,7 @@ let translate = {'Loading': 'Loading'}; // translat let timeout = null; // delay for loader let defaultBG = themeType == 'light' ? "#F5F5F5" : '#555555'; // default background color for plugin header const type = getUrlSearchValue('type'); // if we have type, the we work in appdirectory -console.log('type', type); +if (type.length) getAllPluginsData(true, false); let isResizeOnStart = true; // flag for firs resize on start const supportedScaleValues = [1, 1.25, 1.5, 1.75, 2]; // supported scale let scale = { // current scale