mirror of https://github.com/OWASP/Nettacker.git
removed commented debug
This commit is contained in:
parent
121e6f1eb1
commit
0602baaba5
|
|
@ -40,7 +40,6 @@
|
||||||
arr.push(value);
|
arr.push(value);
|
||||||
document.getElementById("json_event_"+i).innerText = "";
|
document.getElementById("json_event_"+i).innerText = "";
|
||||||
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
|
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
|
||||||
//document.getElementById("json_clipboard"+i).json_clipboard_
|
|
||||||
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
|
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
arr.push(value);
|
arr.push(value);
|
||||||
document.getElementById("json_event_"+i).innerText = "";
|
document.getElementById("json_event_"+i).innerText = "";
|
||||||
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
|
document.getElementById("json_clipboard_"+i).addEventListener("click", function() { navigator.clipboard.writeText(arr[i-1]); });
|
||||||
//document.getElementById("json_clipboard"+i).json_clipboard_
|
|
||||||
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
|
document.getElementById("json_event_"+i).appendChild(renderjson(JSON.parse(value)));
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
Loading…
Reference in New Issue