From 7fae18b6d8a8cc93826afcad4363ecea0d1f0d40 Mon Sep 17 00:00:00 2001 From: merijn Date: Fri, 1 Nov 2019 19:03:17 +0100 Subject: [PATCH] worker_specs --- www/worker_specs/index.html | 4 +++- www/worker_specs/script.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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()} -