diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-08-24 11:31:29 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-08-31 15:41:31 +0200 |
| commit | f77f797f8c7016a5748acfcf934a2c54d15af765 (patch) | |
| tree | 7579f8667c4b7493518fca1aef826c7393ff75ea /searx/static/themes/simple/src/js/head | |
| parent | 183c856396e00d08c929ec13c80f82cdc4f38c8f (diff) | |
[mod] simple theme: fix eslint errors, fix VIM keys
* VIM keys: fix the next page and previous pages (n, p keys)
* Map: Enable the wikipedia map (the layer was initialized but not included)
Diffstat (limited to 'searx/static/themes/simple/src/js/head')
| -rw-r--r-- | searx/static/themes/simple/src/js/head/00_init.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/js/head/00_init.js b/searx/static/themes/simple/src/js/head/00_init.js index be7560451..0a4fafbce 100644 --- a/searx/static/themes/simple/src/js/head/00_init.js +++ b/searx/static/themes/simple/src/js/head/00_init.js @@ -15,6 +15,7 @@ * (C) 2019 by Alexandre Flament * */ +/* global DocumentTouch:readonly */ (function(w, d) { 'use strict'; |