From 35c22c5cc7813fa42931b4f3a12843ff95c743d4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 29 Sep 2025 13:59:51 +0200 Subject: [PATCH] Remove debug --- changedetectionio/static/js/preview.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/changedetectionio/static/js/preview.js b/changedetectionio/static/js/preview.js index 8d4834f31..746dcd540 100644 --- a/changedetectionio/static/js/preview.js +++ b/changedetectionio/static/js/preview.js @@ -53,8 +53,6 @@ $(document).ready(function () { if ($('#preview-version').length) { setupDateWidget(); } - alert(blocked_line_numbers); - $('#diff-col > pre').highlightLines([ { 'color': 'var(--highlight-trigger-text-bg-color)',