mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit c3327f225cd3171699b1cdebac954abf0326d5a5
parent 29df08b63838016b5f1b053b73678bb5853cff64
Author: wunderfeyd <wunderfeyd@datenstrom.se>
Date:   Tue, 30 Dec 2014 00:32:03 +0100

Help button with new browser tab or window as target

Diffstat:
Msystem/core/core-webinterface.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/system/core/core-webinterface.js b/system/core/core-webinterface.js @@ -4,7 +4,7 @@ // Yellow main API var yellow = { - version: "0.4.3", + version: "0.4.4", action: function(text) { yellow.webinterface.action(text); }, onClick: function(e) { yellow.webinterface.hidePanesOnClick(yellow.toolbox.getEventElement(e)); }, onKeydown: function(e) { yellow.webinterface.hidePanesOnKeydown(yellow.toolbox.getEventKeycode(e)); }, @@ -541,4 +541,4 @@ yellow.toolbox = } } -yellow.webinterface.init(); +yellow.webinterface.init(); +\ No newline at end of file