diff --git a/scores/templates/scores/brackets.html b/scores/templates/scores/brackets.html
index f5a5fd7..1821e50 100644
--- a/scores/templates/scores/brackets.html
+++ b/scores/templates/scores/brackets.html
@@ -47,14 +47,8 @@
easing : "linear",
complete : function() {
setTimeout(function(){
- window.location.reload();
- top.location.reload();
-
- window.onbeforeunload = function () {
- window.scrollTo(0, 0);
-}
-
-
+ $(window).scrollTop(0);
+ window.location.reload();
}, iInterval);
}
});