From 8227c012a7fe1829a2bf8fe1f8b5fd2b30766f2c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 7 Jun 2022 19:51:17 +0200 Subject: [PATCH] Diff + Preview - Fixing screenshot behaviour after preference change --- changedetectionio/templates/diff.html | 2 +- changedetectionio/templates/preview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index 86927a8f..a80ab398 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -72,7 +72,7 @@
{% if is_html_webdriver %} - {% if screenshot|length >1 %} + {% if screenshot %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page. diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html index fb7a6546..4165fb10 100644 --- a/changedetectionio/templates/preview.html +++ b/changedetectionio/templates/preview.html @@ -39,7 +39,7 @@
{% if is_html_webdriver %} - {% if screenshot|length >1 %} + {% if screenshot %} Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page.