From eb5df196246bab86c2aa5317410eceb0845d0491 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Sat, 28 Mar 2020 13:04:51 +0100 Subject: [PATCH] remove unused buildlog elements --- index.html | 1 - index.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/index.html b/index.html index 90563b4..5e99566 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,6 @@ Image of unknown purpose. - Buildlog diff --git a/index.js b/index.js index ab4a9fb..a8a2690 100644 --- a/index.js +++ b/index.js @@ -272,8 +272,6 @@ function setupAutocompleteList(input, items, onselection) { } function updateImages(version, code, date, model, url, mobj, is_custom) { - hide('buildlog'); - // add download button for image function addLink(type, file) { var a = document.createElement('A'); -- 2.30.2