Hi, I noticed the following, which I would like to fix: For the character sheet "Chroniques Oubliées Fantasy", if I have any script, each time I start (or restart) the API sandbox, I get the following error message on start (and everything works fine): "SyntaxError: Invalid or unexpected token\n    at eval (<anonymous>)\n    at messageHandler (evalmachine.<anonymous>:284:6)\n    at process.<anonymous> (/home/node/d20-api-server/node_modules/tiny-worker/lib/worker.js:65:55)\n    at emitTwo (events.js:106:13)\n    at process.emit (events.js:194:7)\n    at process.nextTick (internal/child_process.js:766:12)\n    at _combinedTickCallback (internal/process/next_tick.js:73:7)\n    at process._tickCallback (internal/process/next_tick.js:104:9)" When I set the game to use custom character sheet, and copy-paste from the git the sources of that sheet (html layout + css styling), then I get no message. Can someone help me?