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