deleted comments that duplicate the context

This commit is contained in:
ZEROM22
2023-10-26 17:11:29 +03:00
parent 73c60fba7d
commit 8b5a2aceb0
6 changed files with 0 additions and 6 deletions

View File

@ -302,7 +302,6 @@
config.events['onRequestReferenceData'] = onRequestReferenceData;
// prevent switch the document from the viewing into the editing mode for anonymous users
config.events['onRequestEditRights'] = onRequestEditRights;
// add link to reference data source file
config.events['onRequestOpen'] = onRequestOpen;
}