This commit is contained in:
@@ -85,7 +85,7 @@ jQuery(document).ready(function() {
|
||||
}
|
||||
});
|
||||
jQuery(function() {
|
||||
jQuery('a[href*=#]').click(function() {
|
||||
jQuery('a[href=#]').click(function() {
|
||||
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
|
||||
var $target = jQuery(this.hash);
|
||||
$target = $target.length && $target || jQuery('[name=' + this.hash.slice(1) + ']');
|
||||
|
||||
Reference in New Issue
Block a user