diff --git a/www/worker_specs/index.html b/www/worker_specs/index.html index 12b53ea..0550be6 100644 --- a/www/worker_specs/index.html +++ b/www/worker_specs/index.html @@ -20,7 +20,7 @@
human worker id -   +  it ip address   location @@ -30,6 +30,8 @@ os   + human intelligent task id +   task started at   task status diff --git a/www/worker_specs/script.js b/www/worker_specs/script.js index ce775dd..04c4e30 100644 --- a/www/worker_specs/script.js +++ b/www/worker_specs/script.js @@ -13,7 +13,8 @@ let divs = {}, 'hit_created', 'hit_opened', 'hit_submitted', - 'elapsed_time' + 'elapsed_time', + 'hit_id' ] divs.linkDOM = function(name){ @@ -114,4 +115,3 @@ makeAnimation() function timeStamp(){return window.performance && window.performance.now ? window.performance.now() : new Date().getTime()} -