diff --git a/scores/templates/scores/brackets.html b/scores/templates/scores/brackets.html
index 298d2a6..f5a5fd7 100644
--- a/scores/templates/scores/brackets.html
+++ b/scores/templates/scores/brackets.html
@@ -48,6 +48,13 @@
complete : function() {
setTimeout(function(){
window.location.reload();
+ top.location.reload();
+
+ window.onbeforeunload = function () {
+ window.scrollTo(0, 0);
+}
+
+
}, iInterval);
}
});