summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-02-21 12:49:04 +0100
committerGitHub <noreply@github.com>2022-02-21 12:49:04 +0100
commit8230603f4834003c79938b472d1f6328b1af2ae8 (patch)
tree39ec6d65a8e04ba56fb1ba6f91cd8df068a85129 /searx/static/themes/oscar/gruntfile.js
parent6c38bb599447db8cbe3436e4c3596ca0f4574080 (diff)
parent1832ec742a378f0fd2162e3c07b7c279544c86f8 (diff)
Merge pull request #916 from dalf/pref_infinite_scroll2
Convert the infinite_scroll plugin as a preference (second version)
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 8e118afd6..2f87e289f 100644
--- a/searx/static/themes/oscar/gruntfile.js
+++ b/searx/static/themes/oscar/gruntfile.js
@@ -78,7 +78,7 @@ module.exports = function(grunt) {
}
},
jshint: {
- files: ['gruntfile.js', 'src/js/*.js', '../__common__/js/image_layout.js'],
+ files: ['gruntfile.js', 'src/js/*.js'], // files in __common__ are linted by es lint in simple theme
options: {
reporterOutput: "",
esversion: 6,