mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
[marketplace] Fix typo in previous commit.
This commit is contained in:
@ -279,7 +279,8 @@ window.addEventListener('message', function(message) {
|
||||
if (searchVal !== '') {
|
||||
makeSearch(searchVal.toLowerCase());
|
||||
} else {
|
||||
$('#' + message.guid).remove();
|
||||
let pluginDiv = this.document.getElementById(message.guid)
|
||||
$(pluginDiv).remove();
|
||||
Ps.update();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user