1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 23:36:54 +02:00
SynthoriaArchive/nyaa/static/js/compat.js

6 lines
195 B
JavaScript
Raw Normal View History

// Filter dropdown styling if JS is enabled
$(function() {
$("#navFilter-category, #navFilter-criteria").children("select").removeClass("form-control").addClass("selectpicker show-tick");
}
);