From 8d7dae05ad550b716913a39db79c2ae500f07fcb Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 18:12:16 -0400 Subject: Some work on fixing the bug list --- ws2a/bugsload.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ws2a/bugsload.js (limited to 'ws2a/bugsload.js') diff --git a/ws2a/bugsload.js b/ws2a/bugsload.js deleted file mode 100644 index 4c8b007..0000000 --- a/ws2a/bugsload.js +++ /dev/null @@ -1,11 +0,0 @@ -function loadLastBugs() { - var xhttp = new XMLHttpRequest(); - xhttp.onreadystatechange = function() { - if (xhttp.readyState == 4 && xhttp.status == 200) { - document.getElementById("bugstable").innerHTML = xhttp.responseText; - } - }; - xhttp.open("GET", "/cgi-bin/bugsdata.cgi", true); - xhttp.send(); -} -window.onload = loadLastBugs -- cgit v1.2.3-70-g09d2