From 690e8f4e4522b69b5963689bc96e9ac9507a0100 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 17 Oct 2021 19:22:40 +0200 Subject: additional Json API support --- lib/MasterWebInterface/Util/BrowseHTML.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/MasterWebInterface/Util') diff --git a/lib/MasterWebInterface/Util/BrowseHTML.pm b/lib/MasterWebInterface/Util/BrowseHTML.pm index f32e088..0be45dd 100755 --- a/lib/MasterWebInterface/Util/BrowseHTML.pm +++ b/lib/MasterWebInterface/Util/BrowseHTML.pm @@ -27,7 +27,6 @@ sub htmlSearchBox fieldset class => 'search'; a href => '/g', $opt{sel} eq 'g' ? (class => 'sel') : (), 'Games'; a href => '/s', $opt{sel} eq 's' ? (class => 'sel') : (), 'Servers'; - #a href => '/json', $opt{sel} eq 'j' ? (class => 'sel') : (), 'Json API'; input type => 'text', name => 'q', id => 'q', class => 'text', value => $opt{fq} || 'search...'; input type => 'submit', class => 'submit', value => 'submit'; -- cgit v1.2.3