Applied code style rules

This commit is contained in:
Bernd Bestel 2023-12-25 08:41:56 +01:00
parent a550e39620
commit abe6cc5911
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@ $("#category-filter").on("change", function()
{
value = "";
}
tasksTable.column(tasksTable.colReorder.transpose(6)).search(value).draw();
});