Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-02-11 01:56:05 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-02-17 19:52:03 +0300
commit7c8a901b841878c7d63940baa551f5982958874e (patch)
treefaf0c431d93cad5f294c4b09e14d3c1645f1bb5f /webpack.modules.js
parentf5d1365bbd32fdcf2084eb2ad727a574529898d0 (diff)
Cleanup admin settings js files
* Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 82d3998e881..81486df86eb 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -80,6 +80,7 @@ module.exports = {
'vue-settings-personal-info': path.join(__dirname, 'apps/settings/src', 'main-personal-info.js'),
'vue-settings-personal-security': path.join(__dirname, 'apps/settings/src', 'main-personal-security.js'),
'vue-settings-personal-webauthn': path.join(__dirname, 'apps/settings/src', 'main-personal-webauth.js'),
+ 'legacy-admin': path.join(__dirname, 'apps/settings/src', 'admin.js'),
},
systemtags: {
systemtags: path.join(__dirname, 'apps/systemtags/src', 'systemtags.js'),