Fixing scrolling issue and updating vendor JS

selenium-screenshot-testing
Kevin Chung 2016-09-19 02:41:18 -04:00
parent 1780a913e5
commit 92ebd88025
3 changed files with 10 additions and 11 deletions

View File

@ -269,8 +269,8 @@ $('.nav-tabs a').click(function (e) {
})
$('#chal-window').on('hidden.bs.modal', function() {
$('.nav-tabs a:first').tab('show')
window.location.hash = ""
$('.nav-tabs a:first').tab('show');
window.history.back(1);
});
setInterval(update, 300000);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long