From 1c4f04a0a7f044d5aeb2e693f7c0ca70c6f8091c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 10 May 2016 19:10:23 -0400 Subject: Trying to link up captcha --- ws2a/bugview.html | 6 +++--- ws2a/bugview.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ws2a/bugview.html b/ws2a/bugview.html index 9653a63..786df6c 100644 --- a/ws2a/bugview.html +++ b/ws2a/bugview.html @@ -73,12 +73,12 @@
- + - +
- +
diff --git a/ws2a/bugview.js b/ws2a/bugview.js index f1896ff..3d695d6 100644 --- a/ws2a/bugview.js +++ b/ws2a/bugview.js @@ -75,7 +75,7 @@ function loadLastBugs() { captcha.onreadystatechange = function() { if (captcha.readyState == 4 && captcha.status == 200) { var id = captcha.response; - document.getElementById("captcha").innerHTML = ""; + document.getElementById("captcha").innerHTML = ""; } } captcha.open("GET", "/cgi-bin/gencaptcha.cgi",true); -- cgit v1.2.3-70-g09d2