mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
d17eba50e5
commit
99930cb77f
13 changed files with 256 additions and 104 deletions
|
@ -319,3 +319,7 @@ export function hoursSpentPlaying() {
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
export function escapeAttribute(str:String){
|
||||
return str.replace(/&/gi,'&').replace(/</gi,'<').replace(/"/gi,'"').replace(/'/gi,''')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue