mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Rename attribute
This commit is contained in:
@ -275,7 +275,7 @@
|
|||||||
_sendMessageToParent({
|
_sendMessageToParent({
|
||||||
"guid" : window.Asc.plugin.guid,
|
"guid" : window.Asc.plugin.guid,
|
||||||
"type" : "attachEvent",
|
"type" : "attachEvent",
|
||||||
"name" : id
|
"data" : id
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
window.Asc.plugin.detachEditorEvent = function(id)
|
window.Asc.plugin.detachEditorEvent = function(id)
|
||||||
@ -286,7 +286,7 @@
|
|||||||
_sendMessageToParent({
|
_sendMessageToParent({
|
||||||
"guid" : window.Asc.plugin.guid,
|
"guid" : window.Asc.plugin.guid,
|
||||||
"type" : "detachEvent",
|
"type" : "detachEvent",
|
||||||
"name" : id
|
"data" : id
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user