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:
parent
e02b65d4bc
commit
764212f37c
3 changed files with 49 additions and 37 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue