diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-02-27 10:36:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 10:36:55 +0100 |
| commit | afde954df8fedc0c9d21d1cc75407ecafed020ab (patch) | |
| tree | 987bdc91eb880d9daa9276d16aa6ab8867ba0cbf /searx/static/themes/simple/gruntfile.js | |
| parent | 3408d061aab9abc6168fec9bbc6deab71b236dac (diff) | |
| parent | e2a5dddf8e546821759f22f9f9097f33a80ba132 (diff) | |
Merge pull request #689 from mrpaulblack/images-flexbox
[simple theme] use flexbox instead of js for positioning images
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 52c460494..25883e384 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -108,7 +108,6 @@ module.exports = function (grunt) { 'js/searxng.head.min.js': ['src/js/head/*.js'], 'js/searxng.min.js': [ 'src/js/main/*.js', - '../__common__/js/*.js', './node_modules/autocomplete-js/dist/autocomplete.js' ] } |