Remove extraneous css attributes.

This commit is contained in:
geoff 2023-12-24 17:32:45 -05:00
parent 7b646f64d4
commit a550e39620

View File

@ -41,10 +41,6 @@ $("#category-filter").on("change", function()
{
value = "";
}
// Transfer CSS classes of selected element to dropdown element (for background)
$(this).attr("class", $("#" + $(this).attr("id") + " option[value='" + value + "']").attr("class") + " form-control");
tasksTable.column(tasksTable.colReorder.transpose(6)).search(value).draw();
});