2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Increased size of rule inp & expanded memory for wasm

This commit is contained in:
Matt
2019-01-09 09:56:55 +00:00
parent 4c1521a98e
commit 26a2fb6662
3 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class HTMLIngredient {
id="${this.id}"
arg-name="${this.name}"
value="${this.value}"
rows=5
${this.disabled ? "disabled" : ""}></textarea>
${this.hint ? "<span class='bmd-help'>" + this.hint + "</span>" : ""}`;
break;