minor changes

This commit is contained in:
rolux 2012-06-13 09:17:39 +02:00
parent cd38e66240
commit cb4a32f03b
2 changed files with 3 additions and 3 deletions

View file

@ -644,7 +644,7 @@ Ox.load(function() {
app.$ui.panel.select(app.user.page); app.$ui.panel.select(app.user.page);
} }
if (url.item) { if (url.item) {
app.$ui[url.page] && app.$ui[url.page].options({selected: url.item}); app.$ui[url.page].options({selected: url.item});
} }
if (!app.user.page || !app.user.previousPage) { if (!app.user.page || !app.user.previousPage) {
app.animate(); app.animate();

View file

@ -1,7 +1,7 @@
{ {
"color": { "color": {
"failed": [128, 0, 0], "failed": [160, 0, 0],
"passed": [0, 128, 0] "passed": [0, 160, 0]
}, },
"lightness": { "lightness": {
"background": 0.75, "background": 0.75,