diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index c32da120..db8b7f73 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -39,9 +39,6 @@
@@ -63,18 +60,6 @@ Diff algorithm from the amazing github.com/kpdecker/jsdiff - -{% if screenshot %} -
-

- For now, only the most recent screenshot is saved and displayed.
- Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release. -

- - -
-{% endif %} - diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html index 25ff4986..7015d795 100644 --- a/changedetectionio/templates/preview.html +++ b/changedetectionio/templates/preview.html @@ -10,9 +10,6 @@
@@ -31,16 +28,5 @@ - -{% if screenshot %} -
-

- For now, only the most recent screenshot is saved and displayed.
- Note: No changedetection is performed on the image yet, but we are working on that in an upcoming release. -

- - -
-{% endif %} {% endblock %} \ No newline at end of file