Skip to content

Commit

Permalink
Update 01-nav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 committed Jun 27, 2024
1 parent 77b262d commit a1b6a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/content/antora_ui/src/js/01-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ var navigation = (function(){
})
};


$('.components .versions li a').on('click', function(e){
e.stopPropagation();
location.href = $(this)[0].href;
Expand Down

0 comments on commit a1b6a5b

Please sign in to comment.