1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibWeb: Remove exit for javascript urls in anchor activation_behavior()

This early return is no longer needed because Navigable::navigate()
can process `javascript:` urls.

Fixes https://github.com/SerenityOS/serenity/issues/22052
This commit is contained in:
Aliaksandr Kalenik 2023-11-25 13:58:13 +01:00 committed by Andreas Kling
parent 80d1c93edf
commit afe24883b7
3 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1 @@
link clicked!