Skip to content

Commit c766c30

Browse files
committed
images: show help text/hash in mobile view
The element for the help text and hash value is meant to be shown on mouse over event. Signed-off-by: Moritz Warning <moritzwarning@web.de>
1 parent b98abbb commit c766c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/js/images.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export function updateImages(version, mobj, context) {
249249
link.firstChild.classList.add("download-link-hover");
250250

251251
extras2.childNodes.forEach((e) => hide(e));
252-
hide(extra);
252+
show(extra);
253253
};
254254
}
255255

0 commit comments

Comments
 (0)