mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Add {newline} to parseTranslation
This commit is contained in:
parent
d9af05599c
commit
c776ce9e04
3 changed files with 6 additions and 5 deletions
|
@ -50,6 +50,10 @@
|
|||
container.appendChild(link);
|
||||
break;
|
||||
}
|
||||
case "newline": {
|
||||
container.appendChild(document.createElement("br"));
|
||||
break;
|
||||
}
|
||||
default:
|
||||
if (parameters[args[0]]){
|
||||
const parameter = parameters[args[0]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue