scroll back up to top for next card

This commit is contained in:
Damien Elmes 2011-03-24 15:00:23 +09:00
parent fb8b1d26b2
commit 0cdd487792

View file

@ -85,6 +85,7 @@ class Reviewer(object):
</div>
<script>
function updateQA (qa) {
location.hash = "";
$("#q").html(qa[0]);
$("#a").html(qa[1]);
$("#easebuts").html(qa[2]).addClass("inv");