Add first version of the food theme

This commit is contained in:
Pieter Vander Vennet 2021-09-02 21:22:34 +02:00
parent 23af637a81
commit 92e8f3f89d
20 changed files with 629 additions and 30 deletions

View file

@ -256,6 +256,9 @@ export class OH {
start?: string,
end?: string
} {
if(str === undefined){
return null
}
str = str.trim();
if (!str.startsWith("PH")) {
return null;