~gue5t/midori/suggestion-regression

« back to all changes in this revision

Viewing changes to data/error.html

Fix autoscrolling if page contains a frame with our custom error page

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                {suggestions}
18
18
            </div>
19
19
            <form method="GET" action="{uri}" id="button">
20
 
                <button type="submit" onclick="location.reload(); return false;" autofocus="true" >
 
20
                <button type="submit" onclick="location.reload(); return false;" {autofocus}>
21
21
                    <img style="{hide-button-images}" src="stock://gtk-refresh"/>
22
22
                    <span>{tryagain}</span>
23
23
                </button>