From 35a0d8ead1075c2fd831ef938ea846243258379b Mon Sep 17 00:00:00 2001 From: scoobybejesus <21372487+scoobybejesus@users.noreply.github.com> Date: Thu, 9 Sep 2021 20:52:28 -0400 Subject: [PATCH] add %if to source search.js --- ircradio/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ircradio/templates/index.html b/ircradio/templates/index.html index 2986105..19f892f 100644 --- a/ircradio/templates/index.html +++ b/ircradio/templates/index.html @@ -86,6 +86,8 @@ +{% if ENABLE_SEARCH_ROUTE %} +{% endif %} {% endblock %}