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