mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
check for soffice before removing export paths
This commit is contained in:
parent
e98821cef7
commit
7f517eca0b
3 changed files with 51 additions and 12 deletions
|
@ -1234,6 +1234,8 @@ function handleClientReady(client, message)
|
|||
"serverTimestamp": new Date().getTime(),
|
||||
"userId": author,
|
||||
"abiwordAvailable": settings.abiwordAvailable(),
|
||||
"sofficeAvailable": settings.sofficeAvailable(),
|
||||
"exportAvailable": settings.exportAvailable(),
|
||||
"plugins": {
|
||||
"plugins": plugins.plugins,
|
||||
"parts": plugins.parts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue