Change how error page retries work
A simple reload won't work when e.g. the renderer process crashed, so let's try this instead. Also, searchFor seemed to be unused.
This commit is contained in:
parent
a4021e8e7a
commit
1fcce6d87c
@ -61,10 +61,7 @@ li {
|
||||
{{ super() }}
|
||||
function tryagain()
|
||||
{
|
||||
location.reload();
|
||||
}
|
||||
function searchFor(uri) {
|
||||
location.href = uri;
|
||||
location.href = url;
|
||||
}
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user