From d83aaaefd645623aa353ce127d96983b4be14e65 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Jan 2017 00:05:30 +0300 Subject: [PATCH] a very minor tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/keyboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index f7db5b21..9b290280 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -1077,6 +1077,7 @@ var KeyboardUIActions = actions.Actions({ dialog.showDoc = function(){ var action = dialog.select('!').attr('action') action + && action in that && that.showDoc(action) } // clone the bindings so as not to mess up the global browser...