Delete trailing spaces.
This commit is contained in:
parent
1164614a7d
commit
9e4e7d1980
|
@ -32,7 +32,7 @@ $(function() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
if( !target.length ) return;
|
if( !target.length ) return;
|
||||||
else document.location.hash = '#' + target.attr( 'id' );
|
else document.location.hash = '#' + target.attr( 'id' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue