mirror of https://github.com/abpframework/abp
parent
2c3653aff3
commit
083ee84e40
@ -1,10 +1,9 @@
|
||||
$(function () {
|
||||
var hash = window.location.hash;
|
||||
if(hash === '#edit-profile'){
|
||||
if (window.location.hash === '#edit-profile'){
|
||||
$('#all-posts-tab').removeClass('active');
|
||||
$('#all-posts').removeClass('show').removeClass('active');
|
||||
$('#edit-profile-tab').addClass('active');
|
||||
$('#edit-profile').addClass('show').addClass('active');
|
||||
window.location.hash = '';
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in new issue