Explorar o código

Core update (Kanelbulle remix)

markseu %!s(int64=10) %!d(string=hai) anos
pai
achega
a4b00d88f9
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      system/core/core-webinterface.css
  2. 1 1
      system/core/core-webinterface.js

+ 1 - 1
system/core/core-webinterface.css

@@ -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; }

+ 1 - 1
system/core/core-webinterface.js

@@ -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)); },