Don't affect location hash when changing setting tabs
This commit is contained in:
@@ -80,6 +80,7 @@
|
|||||||
$("#basic-settings-section,#change-password-section,#advanced-settings-section").hide();
|
$("#basic-settings-section,#change-password-section,#advanced-settings-section").hide();
|
||||||
$target.addClass("active")
|
$target.addClass("active")
|
||||||
$($target.attr("href") + "-section").show();
|
$($target.attr("href") + "-section").show();
|
||||||
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user