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 1f1c070 commit 79c908aCopy full SHA for 79c908a
layouts/partials/njs-playground.html
@@ -42,7 +42,6 @@ <h3>NJS Function</h3>
42
const bodyEl = document.getElementById('bodyJSON');
43
const headersContainerEl = document.getElementById('headers-container');
44
const addHeaderBtn = document.getElementById('add-header');
45
- debugger;
46
// Initialize headers with one empty pair
47
addHeaderField();
48
@@ -88,7 +87,6 @@ <h3>NJS Function</h3>
88
87
let bodyContent;
89
try {
90
bodyContent = bodyEl.value ? JSON.parse(bodyEl.value) : null;
91
92
} catch (e) {
93
alert('Invalid JSON in body');
94
return;
0 commit comments