summaryrefslogtreecommitdiff
path: root/js/init.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/init.ts')
-rw-r--r--js/init.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/init.ts b/js/init.ts
index f249902..528e0f4 100644
--- a/js/init.ts
+++ b/js/init.ts
@@ -41,6 +41,7 @@ namespace Ach {
hyperlinkElement.setAttribute("href", sourceUrl);
hyperlinkElement.setAttribute("rel", "noopener noreferrer");
hyperlinkElement.setAttribute("target", "_blank");
+ hyperlinkElement.setAttribute("title", "Click to view image source.");
let image_element = document.createElement("img");
image_element.setAttribute("alt", alt);