summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-02-27 10:36:55 +0100
committerGitHub <noreply@github.com>2022-02-27 10:36:55 +0100
commitafde954df8fedc0c9d21d1cc75407ecafed020ab (patch)
tree987bdc91eb880d9daa9276d16aa6ab8867ba0cbf /searx/static/themes/oscar/gruntfile.js
parent3408d061aab9abc6168fec9bbc6deab71b236dac (diff)
parente2a5dddf8e546821759f22f9f9097f33a80ba132 (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/oscar/gruntfile.js')
-rw-r--r--searx/static/themes/oscar/gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js
index 2f87e289f..988d42c3d 100644
--- a/searx/static/themes/oscar/gruntfile.js
+++ b/searx/static/themes/oscar/gruntfile.js
@@ -60,7 +60,7 @@ module.exports = function(grunt) {
separator: ';'
},
dist: {
- src: ['src/js/*.js', '../__common__/js/image_layout.js'],
+ src: ['src/js/*.js'],
dest: 'js/searxng.js'
}
},