aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/service/rebuild-navigation.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-031-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cleanup admin settings js filesCarl Schwan2022-02-171-0/+130
* 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>