- Gallery
- Popupedit semplificato
This commit is contained in:
@@ -2190,4 +2190,12 @@ module.exports = {
|
||||
return mystr.replace(/-/g, '/');
|
||||
},
|
||||
|
||||
getNumObj(obj) {
|
||||
let count = 0;
|
||||
for (let properties in obj) {
|
||||
count = count + 1;
|
||||
}
|
||||
return count;
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user