System update (for Ulrike)
This commit is contained in:
parent
a7892202bd
commit
a94fac99eb
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Yellow web interface 0.6.15 */
|
||||
/* Yellow web interface 0.6.16 */
|
||||
|
||||
.yellow-bar { position:relative; overflow:hidden; height:2em; margin-bottom:10px; }
|
||||
.yellow-bar-left { display:block; float:left; }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Yellow API
|
||||
var yellow =
|
||||
{
|
||||
version: "0.6.15",
|
||||
version: "0.6.16",
|
||||
action: function(action) { yellow.webinterface.action(action, "none"); },
|
||||
onLoad: function() { yellow.webinterface.loadInterface(); },
|
||||
onClick: function(e) { yellow.webinterface.hidePanesOnClick(yellow.toolbox.getEventElement(e)); },
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Web interface plugin
|
||||
class YellowWebinterface
|
||||
{
|
||||
const VERSION = "0.6.15";
|
||||
const VERSION = "0.6.16";
|
||||
var $yellow; //access to API
|
||||
var $response; //web interface response
|
||||
var $users; //web interface users
|
||||
|
@ -530,7 +530,6 @@ class YellowWebinterface
|
|||
if($statusCode!=200)
|
||||
{
|
||||
$this->yellow->page->statusCode = 500;
|
||||
$this->yellow->page->set("pageError", "Can't check for updates on this server!");
|
||||
$this->response->status = "error";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue