From a5b6a8315ef221801be8d9e87ffad11fb4c81140 Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Tue, 11 Apr 2023 19:20:04 +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 83288c01..a4fd3bcc 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -1069,7 +1069,7 @@ function getImageUrl(guid, bNotForStore, bSetSize, id) { if (installedPlugins) { plugin = findPlugin(false, guid); if (plugin) { - baseUrl = plugin.obj.baseUrl; + baseUrl = plugin.baseUrl; let start = baseUrl.indexOf('web-apps'); baseUrl = baseUrl.substring(0, start); start = plugin.obj.baseUrl.indexOf('sdkjs-plugins');