diff --git a/scripts/overview.php b/scripts/overview.php
index 9cf96d4..6b9f52f 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -309,8 +309,8 @@ body::-webkit-scrollbar {
-
-
+
@@ -162,7 +163,7 @@ function hideDialog() {
function setModalText(iter, title, text, authorlink) {
document.getElementById('modalHeading').innerHTML = "Photo "+iter+": \""+title+"\" Attribution";
- document.getElementById('modalText').innerHTML = "Image link: "+text+"
Author link: "+authorlink+"";
+ document.getElementById('modalText').innerHTML = "";
showDialog();
}
diff --git a/scripts/todays_detections.php b/scripts/todays_detections.php
index 15cde37..773a388 100644
--- a/scripts/todays_detections.php
+++ b/scripts/todays_detections.php
@@ -419,8 +419,8 @@ die();
-
+
@@ -461,9 +461,9 @@ die();
function setModalText(iter, title, text, authorlink, photolink, licenseurl) {
document.getElementById('modalHeading').innerHTML = "Photo: \""+decodeURIComponent(title.replaceAll("+"," "))+"\" Attribution";
- document.getElementById('modalText').innerHTML = "
";
+ document.getElementById('modalText').innerHTML = "
";
- document.getElementById('modalText').innerHTML = "
";
+ document.getElementById('modalText').innerHTML = "
";
last_photo_link = text;
showDialog();