Update Core.js
This commit is contained in:
parent
5cb8ccc607
commit
bd0a140f14
1 changed files with 2 additions and 2 deletions
2
Core.js
2
Core.js
|
|
@ -217,7 +217,7 @@ class SimonUp {
|
||||||
const escapes = [];
|
const escapes = [];
|
||||||
html = html.replace(/\\(.)/g, function(match, char) {
|
html = html.replace(/\\(.)/g, function(match, char) {
|
||||||
escapes.push(char);
|
escapes.push(char);
|
||||||
return ``;
|
return '';
|
||||||
});
|
});
|
||||||
|
|
||||||
html = html.replace(/\/\/(\s|$)/g, '$1');
|
html = html.replace(/\/\/(\s|$)/g, '$1');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue