Fix toggle

This commit is contained in:
cuom1999 2024-02-14 20:35:13 -06:00
parent c5aff93fb8
commit d409f0e9b4

View file

@ -44,11 +44,11 @@ function register_toggle(link) {
});
}
$(function register_all_toggles() {
function register_all_toggles() {
$('.toggle').each(function () {
register_toggle($(this));
});
});
};
function featureTest(property, value, noPrefixes) {
var prop = property + ':',