This commit is contained in:
Sergey Linnik
2023-11-28 10:08:01 +03:00
parent 248beed471
commit dac1cdcdc1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -228,7 +228,7 @@
onRequestHistory()
}
}
function onRequestHistory(){
const query = new URLSearchParams(window.location.search)
data = {