remove unused buildlog elements
authorMoritz Warning <moritzwarning@web.de>
Sat, 28 Mar 2020 12:04:51 +0000 (13:04 +0100)
committerMoritz Warning <moritzwarning@web.de>
Sat, 28 Mar 2020 12:04:51 +0000 (13:04 +0100)
index.html
index.js

index 90563b40522b702a0cf89e9ae7d4f5efaff0ce39..5e99566820f75c97b470d9c224e41a3419fdee6b 100644 (file)
@@ -73,7 +73,6 @@
                                <span id="other-help" class="download-help tr-other-help">Image of unknown purpose.</span>
                        </div>
                </div>
-               <a id="buildlog">Buildlog</a>
        </div>
 </div>
 
index ab4a9fb3145862418cd78567a2b9a6f5daee5de7..a8a2690b94435d8f15131c3e76be2fd9234dcd8f 100644 (file)
--- 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');