From 5b091ca753437916ba34656e53664f540a291938 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 21 Apr 2021 16:13:32 +0200 Subject: [PATCH] Add a line at the beginning of the report --- www/report/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/report/main.js b/www/report/main.js index 44d15b222..5717f7120 100644 --- a/www/report/main.js +++ b/www/report/main.js @@ -63,6 +63,7 @@ define([ network = _network; })); }).nThen(function (waitFor) { + addReport('BEGIN REPORT'); var secret = Hash.getSecrets('drive', hash); addReport('Load drive. ID: ' + secret.channel); checkCache(secret.channel, waitFor());