You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In www/search lines 358 to 516, the code is constantly bouncing in and out of if (!$api_mode) blocks. Basically this whole section should be in one big if ($api_mode) section.
(It doesn't help that we're also including inline JavaScript.)
The text was updated successfully, but these errors were encountered:
In
www/search
lines 358 to 516, the code is constantly bouncing in and out ofif (!$api_mode)
blocks. Basically this whole section should be in one bigif ($api_mode)
section.(It doesn't help that we're also including inline JavaScript.)
The text was updated successfully, but these errors were encountered: