From b10d5dbe545b4a9163c588d5146f9e974a1597d8 Mon Sep 17 00:00:00 2001 From: Andrei Kurilov <18027129+akurilov@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:18:53 +0200 Subject: [PATCH] test --- web/sub-details.html | 5 ++--- web/sub-details.js | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/sub-details.html b/web/sub-details.html index dd0fbbc..26d8c33 100644 --- a/web/sub-details.html +++ b/web/sub-details.html @@ -17,8 +17,8 @@ -
-

View or edit the subscription's matching condition:

+
+ Id:
@@ -29,7 +29,6 @@
-

Id:

diff --git a/web/sub-details.js b/web/sub-details.js index f1efb2e..8100e84 100644 --- a/web/sub-details.js +++ b/web/sub-details.js @@ -40,6 +40,7 @@ function loadSubscription() { }) .then(data => { if (data != null) { + console.log(JSON.stringify(data)); editor.setValue(data.cond); } })