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

@ -311,7 +311,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;
}

View File

@ -316,7 +316,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;
}

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;
}

View File

@ -303,7 +303,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;
}

View File

@ -287,7 +287,6 @@
// 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;
}

View File

@ -271,7 +271,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;
}