summaryrefslogtreecommitdiff
path: root/internal/web/settings-panel.go
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-11-02 16:31:43 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-02 16:31:43 +0100
commitc4c713988a62c2ca1ea92778f2cebbfd483c98f1 (patch)
tree0e29b53992a452559f221df698fa2e1d5aa1ce1b /internal/web/settings-panel.go
parent[chore] Bump CI dependencies (#944) (diff)
downloadgotosocial-c4c713988a62c2ca1ea92778f2cebbfd483c98f1.tar.xz
[frontend] change bundler to skulk (#942)
* replace web bundler with skulk * upgrade skulk * add license
Diffstat (limited to 'internal/web/settings-panel.go')
-rw-r--r--internal/web/settings-panel.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/web/settings-panel.go b/internal/web/settings-panel.go
index 9e0c2ca87..34b4f2258 100644
--- a/internal/web/settings-panel.go
+++ b/internal/web/settings-panel.go
@@ -46,7 +46,6 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
assetsPathPrefix + "/dist/settings-style.css",
},
"javascript": []string{
- assetsPathPrefix + "/dist/react-bundle.js",
assetsPathPrefix + "/dist/settings.js",
},
})