ONLYOFFICE / onlyoffice-nextcloud

The app which enables the users to edit office documents from Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Nextcloud
GNU Affero General Public License v3.0
541 stars 149 forks source link

Fix #981 #984

Closed arnowelzel closed 2 months ago

arnowelzel commented 2 months ago

The files in the js/ folder are all named with the prefix onlyoffice- and Util::addScript() is defined to use the second parameter as the base name of the script to be added. However this is not desktop but onlyoffice-desktop:

onlyoffice-desktop.js
onlyoffice-desktop.js.map
onlyoffice-directeditor.js
onlyoffice-directeditor.js.map
onlyoffice-editor.js
onlyoffice-editor.js.map
onlyoffice-listener.js
onlyoffice-listener.js.map
onlyoffice-main.js
onlyoffice-main.js.LICENSE.txt
onlyoffice-main.js.map
onlyoffice-settings.js
onlyoffice-settings.js.map
onlyoffice-share.js
onlyoffice-share.js.map
onlyoffice-template.js
onlyoffice-template.js.map
onlyoffice-viewer.js
onlyoffice-viewer.js.map
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

LinneyS commented 2 months ago

@arnowelzel thank you