This is the best fix for #157

so many tries :(
This commit is contained in:
Kevin Chung
2016-09-27 23:55:31 -04:00
parent 10ef13e9d5
commit c81281f859

View File

@@ -271,7 +271,7 @@ $('.nav-tabs a').click(function (e) {
$('#chal-window').on('hidden.bs.modal', function() {
$('.nav-tabs a:first').tab('show');
window.location.replace(window.location.href.split('#')[0] + '#');
history.replaceState('', document.title, window.location.pathname);
});
setInterval(update, 300000);