diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-10-17 19:22:40 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-10-17 19:22:40 +0200 |
| commit | 690e8f4e4522b69b5963689bc96e9ac9507a0100 (patch) | |
| tree | 118e1267da328dff3e0fd8e7cf32b7456e0ea221 /lib/MasterWebInterface/Util/BrowseHTML.pm | |
| parent | 68ac0baa0e8c19a49e50c1c8753579028141b10c (diff) | |
| download | WebInterface-Perl-690e8f4e4522b69b5963689bc96e9ac9507a0100.tar.gz WebInterface-Perl-690e8f4e4522b69b5963689bc96e9ac9507a0100.zip | |
additional Json API support
Diffstat (limited to 'lib/MasterWebInterface/Util/BrowseHTML.pm')
| -rwxr-xr-x | lib/MasterWebInterface/Util/BrowseHTML.pm | 1 |
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'; |
