1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-13 09:48:12 +00:00

Load jQuery as early as possible to support custom scripts (#35926)

Fix #35923
This commit is contained in:
wxiaoguang
2025-11-12 00:11:46 +08:00
committed by GitHub
parent e31f224ad2
commit 9affb513a8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
import './globals.ts';
import '../fomantic/build/fomantic.js';
import '../../node_modules/easymde/dist/easymde.min.css'; // TODO: lazy load in "switchToEasyMDE"