mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
6 lines
195 B
JavaScript
6 lines
195 B
JavaScript
![]() |
// Filter dropdown styling if JS is enabled
|
||
|
$(function() {
|
||
|
$("#navFilter-category, #navFilter-criteria").children("select").removeClass("form-control").addClass("selectpicker show-tick");
|
||
|
}
|
||
|
);
|