From: Moritz Warning Date: Sat, 28 Mar 2020 12:04:51 +0000 (+0100) Subject: remove unused buildlog elements X-Git-Tag: v2.1.0~1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eb5df196246bab86c2aa5317410eceb0845d0491;p=web%2Ffirmware-selector-openwrt-org.git remove unused buildlog elements --- 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');