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());