Andrei Antonov
Results
2
issues of
Andrei Antonov
I think it would be nice if there was a official-possibility check the operator via ajax (client side javascript) my example of implementation: - https://gist.github.com/1300629#file_has_online_operators.php this allowed to use next...
tiny but important fix: ``` diff --git a/bottle.py b/bottle.py index 535ddd3..359ceaf 100644 --- a/bottle.py +++ b/bottle.py @@ -2418,7 +2418,7 @@ def redirect(url, code=None): res = response.copy(cls=HTTPResponse) res.status = code res.body...