mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Disable design mode in readonly pad
This commit is contained in:
parent
ba3430ebb7
commit
e559ef5640
2 changed files with 6 additions and 1 deletions
|
@ -848,6 +848,7 @@ function handleClientReady(client, message)
|
|||
"numConnectedUsers": pad2sessions[padIds.padId].length,
|
||||
"isProPad": false,
|
||||
"readOnlyId": padIds.readOnlyPadId,
|
||||
"readonly": padIds.readonly,
|
||||
"serverTimestamp": new Date().getTime(),
|
||||
"globalPadId": message.padId,
|
||||
"userId": author,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue