1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

refactor(js): replace DomHelper methods with standalone functions

This commit is contained in:
Frédéric Guillot 2025-04-17 18:05:45 -07:00
parent e02b65d4bc
commit 764212f37c
3 changed files with 49 additions and 37 deletions

View file

@ -114,7 +114,6 @@ func GenerateJavascriptBundles() error {
var bundles = map[string][]string{
"app": {
"js/tt.js", // has to be first
"js/dom_helper.js",
"js/touch_handler.js",
"js/keyboard_handler.js",
"js/request_builder.js",