mirror of https://github.com/xwiki-labs/cryptpad
parent
fdf5f58f1b
commit
93acdba17c
File diff suppressed because one or more lines are too long
|
@ -1,14 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
git clone https://github.com/ldubost/web-apps.git
|
||||
git clone https://github.com/ldubost/sdkjs.git
|
||||
cd sdkjs
|
||||
make
|
||||
cd ..
|
||||
rm -rf ../web-apps
|
||||
cp -r web-apps/deploy/web-apps ..
|
||||
rm -rf ../sdkjs
|
||||
cp -r web-apps/deploy/sdkjs ..
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
cd web-apps
|
||||
git pull
|
||||
cd ../sdkjs
|
||||
git pull
|
||||
make clean
|
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
Binary file not shown.
Before Width: | Height: | Size: 122 KiB |
|
@ -20,7 +20,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
<div id="cp-app-oo-container">
|
||||
<div id="cp-app-oo-editor">
|
||||
<div id="cp-app-oo-placeholder-a"></div>
|
||||
<!--<script type="text/javascript" src="/common/onlyoffice/web-apps/apps/api/documents/api.js"></script>-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,7 +20,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
<div id="cp-app-oo-container">
|
||||
<div id="cp-app-oo-editor">
|
||||
<div id="cp-app-oo-placeholder-a"></div>
|
||||
<!--<script type="text/javascript" src="/common/onlyoffice/web-apps/apps/api/documents/api.js"></script>-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -20,7 +20,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
<div id="cp-app-oo-container">
|
||||
<div id="cp-app-oo-editor">
|
||||
<div id="cp-app-oo-placeholder-a"></div>
|
||||
<!--<script type="text/javascript" src="/common/onlyoffice/web-apps/apps/api/documents/api.js"></script>-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue