Skip to content

Commit

Permalink
remove sha256-sums. quick hack, as we didn't get the right.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira25 committed Nov 29, 2021
1 parent 4986706 commit e7fe664
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/index.js
Expand Up @@ -355,9 +355,6 @@ function createExtra(image) {
(config.show_help
? '<div class="help-content ' + getHelpTextClass(image) + '"></div>'
: "") +
(image.sha256
? '<div class="hash-content">sha256sum: ' + image.sha256 + "</div>"
: "") +
"</td>"
);
}
Expand Down

0 comments on commit e7fe664

Please sign in to comment.