aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterWebInterface/Util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MasterWebInterface/Util')
-rwxr-xr-xlib/MasterWebInterface/Util/BrowseHTML.pm1
1 files changed, 0 insertions, 1 deletions
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';