From d38eb30cfe0c15f62aa086c5a02537d4905b35f4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 25 Jan 2017 23:51:17 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index a1c61f65..193ec52d 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -623,13 +623,12 @@ var DialogsActions = actions.Actions({ // notes... .replace(/NOTE:/g, 'NOTE:') .replace(/XXX/g, 'XXX') - // action links... .replace(/(\s)(\.([\w_]+[\w\d_]*)\([^)]*\))/g, function(match, a, b, c){ return c == action ? `${a}${b}` - : `${a}${b}` + : `${a}${b}` }) ))) })