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?