We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b04645 commit ea944efCopy full SHA for ea944ef
res/koa/views/script-vars.html
@@ -5,7 +5,7 @@
5
function addVar() {
6
let nexLine = document.createElement("div");
7
let id = document.getElementsByClassName("script-var").length;
8
- if (id < 5) {
+ if (id < 20) {
9
nexLine.innerHTML = `
10
<div id="script-var-${id}" class="input-group script-var">
11
<div class="input-group-prepend">
0 commit comments