src: style sweep

This commit is contained in:
Franco Fichtner 2024-03-28 16:36:09 +01:00
parent d86da4dc47
commit a2aa49c04b

View File

@ -806,4 +806,4 @@ $.fn.replaceInputWithSelector = function (data) {
return this.each(function () {
return $.proxy(that.construct, $(this))();
});
}
}