Skip to content

Commit

Permalink
Merge pull request #4471 from galaxyproject/cuttlefish-stonecat
Browse files Browse the repository at this point in the history
fix selector for faq links
  • Loading branch information
shiltemann authored Nov 2, 2023
2 parents 37d4427 + f85f319 commit 68b856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $("blockquote.solution,blockquote.details,blockquote.tip").each(function() {
$(">.box-title>button", this).click();
});

$("section.tutorial .hands_on,section.tutorial .hands-on").each((idx, el) => {
$("section#tutorial-content .hands_on,section#tutorial-content .hands-on").each((idx, el) => {
var box_id = $(".box-title", el).attr("id");
$(el).append(`
<p class="text-muted" style="text-align:right;font-size:0.9rem;">
Expand Down

0 comments on commit 68b856d

Please sign in to comment.