Making tab switching in modals more streamlined

selenium-screenshot-testing
Kevin Chung 2016-05-26 13:46:54 -04:00
parent 80047246b7
commit a9b79770f8
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ $('.nav-tabs a').click(function (e) {
$(this).tab('show')
})
$('.close').click(function() {
$('#chal-window').on('hidden.bs.modal', function() {
$('.nav-tabs a:first').tab('show')
window.location.hash = ""
});