mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Implemented new Userfield type "Select list" (closes #325)
This commit is contained in:
@@ -112,3 +112,8 @@ FindAllObjectsInArrayByPropertyValue = function(array, propertyName, propertyVal
|
||||
|
||||
return returnArray;
|
||||
}
|
||||
|
||||
$.fn.hasAttr = function(name)
|
||||
{
|
||||
return this.attr(name) !== undefined;
|
||||
};
|
||||
|
Reference in New Issue
Block a user