From 884ac057707f94101869459542e5cd80ee386a8f Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 16 Sep 2024 16:26:30 -0400 Subject: [PATCH] more edl work --- layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html b/layout.html index 8423154..6a0c987 100755 --- a/layout.html +++ b/layout.html @@ -578,6 +578,7 @@ body: payload, }) .then((response) => { + console.log("received response from edl_save_button"); if (response.ok) { response.json().then((payload) => { // TODO: repopulate based on returned data