diff --git a/www/index.js b/www/index.js index 67312a7e..4f7f4fa3 100644 --- a/www/index.js +++ b/www/index.js @@ -355,9 +355,6 @@ function createExtra(image) { (config.show_help ? '
' : "") + - (image.sha256 - ? '
sha256sum: ' + image.sha256 + "
" - : "") + "" ); }