Core update (Kanelbulle remix)
This commit is contained in:
parent
1daa0815d8
commit
a4b00d88f9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Yellow web interface 0.4.6 */
|
||||
/* Yellow web interface 0.4.10 */
|
||||
|
||||
.yellow-bar { position:relative; overflow:hidden; line-height:2em; margin-bottom:10px; }
|
||||
.yellow-bar-left { display:block; float:left; }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Yellow main API
|
||||
var yellow =
|
||||
{
|
||||
version: "0.4.6",
|
||||
version: "0.4.10",
|
||||
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)); },
|
||||
|
|
Loading…
Add table
Reference in a new issue