mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Remove extraneous css attributes.
This commit is contained in:
parent
7b646f64d4
commit
a550e39620
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user