aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/main.js
diff options
context:
space:
mode:
authorgarretaserra <[email protected]>2021-10-30 15:48:20 +0200
committergarretaserra <[email protected]>2021-10-30 15:48:20 +0200
commit089d688a3f2ee9357618a2442fc91748085dea49 (patch)
tree89d879fd8887555b257d76b2dd61645c909c3472 /js/main.js
parentd92ee2ae7cd5822de790ec49162e1f1c05adf06d (diff)
downloadpasta-089d688a3f2ee9357618a2442fc91748085dea49.tar.gz
pasta-089d688a3f2ee9357618a2442fc91748085dea49.zip
#44 fixed alphabet buttons not reseting
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index cb23a7f..7b3b252 100644
--- a/js/main.js
+++ b/js/main.js
@@ -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");