Skip to content

Commit

Permalink
Fix anchor on off-canvas sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Apr 8, 2016
1 parent 69bf2b2 commit b6a860d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/plg_system_t3/base-bs3/js/off-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ jQuery (document).ready(function($){
$('html,body').animate({scrollTop: anchor.offset().top},'slow');
}, 500);
}
return ;
}
stopBubble(e);
return true;
Expand Down

0 comments on commit b6a860d

Please sign in to comment.