From b4a47cacd8f9471fea9fb4099ad647a69169db5c Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 16 Jun 2021 10:31:11 +0200 Subject: [mod] simple theme: leaflet becomes a packages.json dependency the build of the themes updates: * js/leaflet.js ( was leaflet/leaflet.js ) * css/leaflet.css ( was leaflet/leaflet.css ) * css/images ( was leaflet/images ) --- searx/static/themes/simple/leaflet/images/layers-2x.png | Bin 1259 -> 0 bytes searx/static/themes/simple/leaflet/images/layers.png | Bin 696 -> 0 bytes .../simple/leaflet/images/marker-icon-2x-green.png | Bin 3753 -> 0 bytes .../simple/leaflet/images/marker-icon-2x-orange.png | Bin 3691 -> 0 bytes .../themes/simple/leaflet/images/marker-icon-2x-red.png | Bin 3692 -> 0 bytes .../themes/simple/leaflet/images/marker-icon-2x.png | Bin 2464 -> 0 bytes .../themes/simple/leaflet/images/marker-icon-green.png | Bin 1696 -> 0 bytes .../themes/simple/leaflet/images/marker-icon-orange.png | Bin 1714 -> 0 bytes .../themes/simple/leaflet/images/marker-icon-red.png | Bin 1690 -> 0 bytes .../static/themes/simple/leaflet/images/marker-icon.png | Bin 1466 -> 0 bytes .../themes/simple/leaflet/images/marker-shadow.png | Bin 618 -> 0 bytes 11 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 searx/static/themes/simple/leaflet/images/layers-2x.png delete mode 100644 searx/static/themes/simple/leaflet/images/layers.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-2x-green.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-2x-orange.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-2x-red.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-2x.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-green.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-orange.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon-red.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-icon.png delete mode 100644 searx/static/themes/simple/leaflet/images/marker-shadow.png (limited to 'searx/static/themes/simple/leaflet/images') diff --git a/searx/static/themes/simple/leaflet/images/layers-2x.png b/searx/static/themes/simple/leaflet/images/layers-2x.png deleted file mode 100644 index 200c333dc..000000000 Binary files a/searx/static/themes/simple/leaflet/images/layers-2x.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/layers.png b/searx/static/themes/simple/leaflet/images/layers.png deleted file mode 100644 index 1a72e5784..000000000 Binary files a/searx/static/themes/simple/leaflet/images/layers.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-2x-green.png b/searx/static/themes/simple/leaflet/images/marker-icon-2x-green.png deleted file mode 100644 index 7446bb031..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-2x-green.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-2x-orange.png b/searx/static/themes/simple/leaflet/images/marker-icon-2x-orange.png deleted file mode 100644 index ecd67736f..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-2x-orange.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-2x-red.png b/searx/static/themes/simple/leaflet/images/marker-icon-2x-red.png deleted file mode 100644 index 1d2e197c6..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-2x-red.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-2x.png b/searx/static/themes/simple/leaflet/images/marker-icon-2x.png deleted file mode 100644 index 88f9e5018..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-2x.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-green.png b/searx/static/themes/simple/leaflet/images/marker-icon-green.png deleted file mode 100644 index f48ef41df..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-green.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-orange.png b/searx/static/themes/simple/leaflet/images/marker-icon-orange.png deleted file mode 100644 index d0d22205c..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-orange.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon-red.png b/searx/static/themes/simple/leaflet/images/marker-icon-red.png deleted file mode 100644 index 7a92b9e04..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon-red.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-icon.png b/searx/static/themes/simple/leaflet/images/marker-icon.png deleted file mode 100644 index 950edf246..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-icon.png and /dev/null differ diff --git a/searx/static/themes/simple/leaflet/images/marker-shadow.png b/searx/static/themes/simple/leaflet/images/marker-shadow.png deleted file mode 100644 index 9fd297953..000000000 Binary files a/searx/static/themes/simple/leaflet/images/marker-shadow.png and /dev/null differ -- cgit v1.2.3