diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 18:19:10 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 18:19:10 -0400 |
| commit | 6a03cfddf508f85375642ad990fdca5a01b1c3c1 (patch) | |
| tree | 26ff8d2a474c215eab0d9ef694db10656cec3049 /ws2a | |
| parent | da1d59efd0eccaf280544814711e4ab5b1818f58 (diff) | |
| download | webpage-6a03cfddf508f85375642ad990fdca5a01b1c3c1.tar.gz webpage-6a03cfddf508f85375642ad990fdca5a01b1c3c1.tar.bz2 webpage-6a03cfddf508f85375642ad990fdca5a01b1c3c1.zip | |
adding debuging data to bugs.js
Diffstat (limited to 'ws2a')
| -rw-r--r-- | ws2a/bugs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ws2a/bugs.js b/ws2a/bugs.js index 9cad1ed..625d048 100644 --- a/ws2a/bugs.js +++ b/ws2a/bugs.js @@ -13,6 +13,7 @@ function loadLastBugs() { xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { var parts = xhttp.response.split("\n"); + console.log(parts); var i = 0 var table = document.getElementById("bugstable"); while(i < parts.length){ |
