forked from MapComplete/MapComplete
I should have commited sooner...
This commit is contained in:
parent
2685b6e734
commit
16612b10ef
35 changed files with 570 additions and 177 deletions
3
Utils.ts
3
Utils.ts
|
@ -3,6 +3,7 @@ import * as $ from "jquery"
|
|||
|
||||
export class Utils {
|
||||
|
||||
public static readonly assets_path = "./assets/svg/";
|
||||
|
||||
static EncodeXmlValue(str) {
|
||||
return str.replace(/&/g, '&')
|
||||
|
@ -167,4 +168,6 @@ export class Utils {
|
|||
console.log("Added custom layout ",location)
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue