Remove card-modder example

This commit is contained in:
2019-01-23 22:29:14 +01:00
parent 57fc14bbab
commit 0933ea8a09
3 changed files with 2 additions and 74 deletions

View File

@@ -181,6 +181,7 @@ class {
}
static parseTemplate(text, error) {
if(typeof(text) !== "string") return text;
const _parse = (str) => {
try {
str = str.replace(/^\[\[\s+|\s+\]\]$/g, '')