Help button with new browser tab or window as target
This commit is contained in:
parent
29df08b638
commit
c3327f225c
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
Loading…
Add table
Reference in a new issue