|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
$(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');
|
|
|
|
|
|