0RuiAlvel0 / Airport-departure-board

Decorative airport arrivals and departures virtual flipboard
https://supertechman.blogspot.com
24 stars 8 forks source link

When changing settings to a different airport one is not redirected to base.php #7

Open brooknam opened 1 year ago

brooknam commented 1 year ago

In the settings.php file the

Does not redirect user back to the base.php screen. So you will see an output as follows: Choose an airport Airport to find : VHHH Airport found ! But then you are stuck at the screen. I am running on Debian 12 (bookworm). with apache2 2.4.57 and php 8.2
0RuiAlvel0 commented 1 year ago

I think redirection issues might be browser related.

Try replacing

onclick=location.href"='base.php';"

by

onclick="javascript:location.href='base.php'"