Skip to content

Commit

Permalink
Merge pull request #45 from garretaserra/44-alphabet-buttons-not-rese…
Browse files Browse the repository at this point in the history
…tting

#44 fixed alphabet buttons not reseting
  • Loading branch information
cglatot authored Oct 30, 2021
2 parents d92ee2a + 089d688 commit 7910037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ async function chooseServer(number, row) {
$("#episodesTable tbody").empty();
$("#audioTable tbody").empty();
$("#subtitleTable tbody").empty();
$('#alphabetGroup').children().removeClass("btn-dark").addClass("btn-outline-dark").prop("disabled", true);

$(row).siblings().removeClass("table-active");
$(row).addClass("table-active");
Expand Down

0 comments on commit 7910037

Please sign in to comment.