mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 03:46:16 +02:00
Remove extraneous css attributes.
This commit is contained in:
parent
7b646f64d4
commit
a550e39620
|
|
@ -41,10 +41,6 @@ $("#category-filter").on("change", function()
|
||||||
{
|
{
|
||||||
value = "";
|
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();
|
tasksTable.column(tasksTable.colReorder.transpose(6)).search(value).draw();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user