mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 17:27:23 +00:00
Removed type conversions where no longer needed
PHP 8.1 PDO SQLite now returns native data types
This commit is contained in:
@@ -76,7 +76,7 @@ $(document).on('click', '.userfield-delete-button', function(e)
|
||||
});
|
||||
});
|
||||
|
||||
if (GetUriParam("entity") != undefined && !GetUriParam("entity").isEmpty())
|
||||
if (GetUriParam("entity")
|
||||
{
|
||||
$("#entity-filter").val(GetUriParam("entity"));
|
||||
$("#entity-filter").trigger("change");
|
||||
|
Reference in New Issue
Block a user