diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-08-31 15:33:38 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-08-31 15:43:28 +0200 |
| commit | d246679dbe5eccc5e7d5be50b8c78c76e1f0bebb (patch) | |
| tree | 3e22fe42715cb31f009b85ad0d49a3404259d451 /searx/static/themes/simple/js/searx.head.js | |
| parent | f77f797f8c7016a5748acfcf934a2c54d15af765 (diff) | |
[build] /static
Diffstat (limited to 'searx/static/themes/simple/js/searx.head.js')
| -rw-r--r-- | searx/static/themes/simple/js/searx.head.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/js/searx.head.js b/searx/static/themes/simple/js/searx.head.js index be7560451..0a4fafbce 100644 --- a/searx/static/themes/simple/js/searx.head.js +++ b/searx/static/themes/simple/js/searx.head.js @@ -15,6 +15,7 @@ * (C) 2019 by Alexandre Flament * */ +/* global DocumentTouch:readonly */ (function(w, d) { 'use strict'; |