Update init.js

This commit is contained in:
streetturtle 2018-09-14 12:26:40 -04:00 committed by GitHub
parent 728e469d61
commit 836cae8889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ $(document).ready(function(){
$(target_tab_selector).removeClass('hide'); $(target_tab_selector).removeClass('hide');
$(target_tab_selector).addClass('active'); $(target_tab_selector).addClass('active');
window.location.hash = $(this).attr('href');
}); });
var hash = window.location.hash; var hash = window.location.hash;