Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e5430a1 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Add eelo theme

parent bda18956
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -133,6 +133,10 @@ npm_packages() {
    echo '[!] install NPM packages for simple theme'
    cd -- "$BASE_DIR/searx/static/themes/simple"
    npm install

    echo '[!] install NPM packages for eelo theme'
    cd -- "$BASE_DIR/searx/static/themes/eelo"
    npm install
}

build_style() {
@@ -163,6 +167,8 @@ grunt_build() {
    grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
    echo '[!] Grunt build : simple theme'
    grunt --gruntfile "$SEARX_DIR/static/themes/simple/gruntfile.js"
    echo '[!] Grunt build : eelo theme'
    grunt --gruntfile "$SEARX_DIR/static/themes/eelo/gruntfile.js"
}

docker_build() {
+1 −1
Original line number Diff line number Diff line
$(document).ready(function() {
    if($('#q').length) {
        $('#categories label').click(function(e) {
        $('#categories label[for^="checkbox_"]').click(function(e) {
            $('#categories input[type="checkbox"]').each(function(i, checkbox) {
                $(checkbox).prop('checked', false);
            });
+1065 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −0

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading