diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-10 20:08:42 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-10 20:08:42 -0400 |
| commit | db774ac74e017a75ce2f7330e7debfa1309eab93 (patch) | |
| tree | b964f19003923d9fc3ec9d7e85af04ec514fcb99 /ws2a | |
| parent | 5bb6d9333dbc6f88ccd5e9071cddf05a4308188b (diff) | |
| download | webpage-db774ac74e017a75ce2f7330e7debfa1309eab93.tar.gz webpage-db774ac74e017a75ce2f7330e7debfa1309eab93.tar.bz2 webpage-db774ac74e017a75ce2f7330e7debfa1309eab93.zip | |
added dbug statements to find where the hidden field is added
Diffstat (limited to 'ws2a')
| -rw-r--r-- | ws2a/bugview.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ws2a/bugview.js b/ws2a/bugview.js index 4b3ac44..3556d1e 100644 --- a/ws2a/bugview.js +++ b/ws2a/bugview.js @@ -83,6 +83,7 @@ function loadLastBugs() { hid.setAttribute("name","bugid"); hid.setAttribute("value",bugnum); document.getElementsByTagName("form").appendChild(hid) + console.log("Added hidden field to form:" + bugnum); } } captcha.open("GET", "/cgi-bin/gencaptcha.cgi",true); |
