diff --git a/store/scripts/code.js b/store/scripts/code.js index ed8ce532..dfd226eb 100644 --- a/store/scripts/code.js +++ b/store/scripts/code.js @@ -303,7 +303,8 @@ window.addEventListener('message', function(message) { if (searchVal !== '') makeSearch(searchVal.toLowerCase()); else - showListofPlugins(false); + this.document.getElementById(guid).remove(); + // showListofPlugins(false); } else { changeAfterInstallOrRemove(false, message.guid, bHasLocal); }