Skip to content
Snippets Groups Projects
Commit 8ebce7e7 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

oauth: keep focus on top of the page

parent 6e972913
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@
<script type="text/javascript">
$(document).ready(function() {
$("#tabdiv").tabs();
$('ul.tabset_tabs li').click(
function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
}
)
});
</script>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment