Don't affect location hash when changing setting tabs

This commit is contained in:
Toks
2013-07-12 12:37:45 -04:00
parent a30a104f47
commit 205904e2e3

View File

@@ -80,6 +80,7 @@
$("#basic-settings-section,#change-password-section,#advanced-settings-section").hide();
$target.addClass("active")
$($target.attr("href") + "-section").show();
e.preventDefault();
});
});
</script>