mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
format
This commit is contained in:
@ -244,7 +244,7 @@ final class DocEditorView extends View
|
||||
// encode the dataSpreadsheet object into the token
|
||||
$dataSpreadsheet["token"] = $jwtManager->jwtEncode($dataSpreadsheet);
|
||||
}
|
||||
|
||||
|
||||
$historyLayout = "";
|
||||
if ($user->id != "uid-0") {
|
||||
$historyLayout .= "// add mentions for not anonymous users
|
||||
|
||||
@ -228,7 +228,7 @@
|
||||
onRequestHistory()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function onRequestHistory(){
|
||||
const query = new URLSearchParams(window.location.search)
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user