Revert "docxf and oform since v7.0"

This reverts commit beb9885b03.

# Conflicts:
#	web/documentserver-example/php/doceditor.php
This commit is contained in:
Sergey Linnik
2024-03-18 18:24:47 +03:00
parent f1a1ec15ad
commit c4980c19e7
8 changed files with 0 additions and 50 deletions

View File

@ -336,13 +336,6 @@
if (config.editorConfig.createUrl) {
config.events.onRequestSaveAs = onRequestSaveAs;
};
if ((config.document.fileType === "docxf" || config.document.fileType === "oform")
&& DocsAPI.DocEditor.version().split(".")[0] < 7) {
innerAlert("Please update ONLYOFFICE Docs to version 7.0 to work on fillable forms online.");
return;
}
docEditor = new DocsAPI.DocEditor("iframeEditor", config);
fixSize();