From 25213c0cb09e960a848227c7c09848d3f305a605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Fri, 11 Dec 2020 21:56:09 +0100 Subject: [PATCH] Fix errors in website search and remove uneeded statements (#4309) * Fix error in search and clean website statements * Remove 'active' class from 'sort-color' sorter * Add 'order-by-color' class to body * Remove newlines --- index.html | 5 ++--- site_script.js | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 08f5b1fa..8f55d14d 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,6 @@ {% assign filename = filename | replace: "&", "-and-" %} {% assign filename = filename | replace: " ", "" | replace: "!", "" | replace: ":", "" | replace: "’", "" | replace: "'", "" %} - {% assign hex = icon.hex %} {% assign hex = icon.hex %} {% assign hexCharacter1 = hex | slice: 0, 1 %} {% assign hexCharacter2 = hex | slice: 1, 1 %} @@ -197,7 +196,7 @@ var icons = [{{ allIconNames }}]; - +