mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
display message for cite only styles
This commit is contained in:
@ -667,7 +667,11 @@
|
||||
}
|
||||
|
||||
function insertInDocument(html) {
|
||||
window.Asc.plugin.executeMethod("PasteHtml", [html]);
|
||||
if (html) {
|
||||
window.Asc.plugin.executeMethod("PasteHtml", [html]);
|
||||
} else {
|
||||
showError(getMessage("Bibliography cannot be created with selected style"));
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user