mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
.
This commit is contained in:
@ -1050,7 +1050,7 @@ function showMarketplace() {
|
||||
// show main window to user
|
||||
if (!isPluginLoading && !isTranslationLoading && !isFrameLoading) {
|
||||
// filter installed plugins (delete removed, that are in store)
|
||||
installedPlugins.filter(function(plugin) {
|
||||
installedPlugins = installedPlugins.filter(function(plugin) {
|
||||
if (plugin.removed)
|
||||
if ( findPlugin(true, plugin.guid) )
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user