Files
web2py/applications
jichoandGitHub e4845aeef6 No redirect when url ends with #
When a redirect url ends with a hash (#) the browser (Chrome) does not redirect/refreshes the browser.

This is happening with this setting:
```
form = SQLFORM.grid(
        query,
        client_side_delete=True
    )
```
2019-10-09 09:33:18 +02:00
..
2019-07-17 15:18:44 +01:00
2019-06-06 22:39:38 -07:00
2019-10-09 09:33:18 +02:00