From 873545bc4233bb3e82ea2fe574fe82a22d37d99a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 7 Mar 2022 06:11:16 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 5f835c8e..be1e5b41 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2021,7 +2021,7 @@ var JournalActions = actions.Actions({ // wrong -- this could happen for long and deferred actions... // ...not sure how handlers outside the action can be handled here // too... - // ...let the client action configure things... + // ...let the client action configure things??? // I see only two automated ways to solve this: // - mark and tweak/inject code in runtime... // ...too complicated?