diff options
Diffstat (limited to 'web/nms.gathering.org/nms2/js')
-rw-r--r-- | web/nms.gathering.org/nms2/js/nms.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/js/nms.js b/web/nms.gathering.org/nms2/js/nms.js index f4a6279..589f75e 100644 --- a/web/nms.gathering.org/nms2/js/nms.js +++ b/web/nms.gathering.org/nms2/js/nms.js @@ -496,7 +496,6 @@ function switchInfo(x) } var commentbox = document.createElement("div"); commentbox.id = "commentbox"; - console.log("x : " + x); commentbox.innerHTML = '<input type="text" placeholder="Comment" id="' + x + '-comment"><button onclick="addComment(\'' + x + '\',document.getElementById(\'' + x + '-comment\').value); document.getElementById(\'' + x + '-comment\').value = \'added. Wait for it....\';">Add comment</button>'; swpanel.appendChild(commentbox); swtop.style.display = 'block'; |