forked from MapComplete/MapComplete
New close icon, fix #58, small tweaks to buurtnatuur quests
This commit is contained in:
parent
fac7aec20b
commit
7bbc140f05
18 changed files with 180 additions and 72 deletions
6
Utils.ts
6
Utils.ts
|
@ -14,4 +14,8 @@ export class Utils {
|
|||
}
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
public static Upper(str : string){
|
||||
return str.substr(0,1).toUpperCase() + str.substr(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue