mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
python
This commit is contained in:
4
web/documentserver-example/python/templates/editor.html
Normal file → Executable file
4
web/documentserver-example/python/templates/editor.html
Normal file → Executable file
@ -195,7 +195,7 @@
|
||||
|
||||
|
||||
|
||||
{% if usersForMentions %}
|
||||
if (config.editorConfig.user.id) {
|
||||
|
||||
{% if history and historyData %}
|
||||
|
||||
@ -231,7 +231,7 @@
|
||||
// prevent file renaming for anonymous users
|
||||
config.events['onRequestRename'] = onRequestRename;
|
||||
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
if (config.editorConfig.createUrl) {
|
||||
config.events.onRequestSaveAs = onRequestSaveAs;
|
||||
|
||||
Reference in New Issue
Block a user