Help button with new browser tab or window as target

This commit is contained in:
wunderfeyd 2014-12-30 00:32:03 +01:00
parent 29df08b638
commit c3327f225c

View file

@ -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();