Skip to content

Commit bcdef49

Browse files
committed
diable side nav link jump
1 parent eb437dc commit bcdef49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ $(function(){
9797
* Open External Links In New Window
9898
*/
9999
function initExternalLink(){
100-
$('a[href^="http://"], a[href^="https://"]').each(function() {
100+
$('section a[href^="http://"], section a[href^="https://"]').each(function() {
101101
var a = new RegExp('/' + window.location.host + '/');
102102
if(!a.test(this.href) ) {
103103
$(this).click(function(event) {

0 commit comments

Comments
 (0)