minor changes
This commit is contained in:
parent
cd38e66240
commit
cb4a32f03b
2 changed files with 3 additions and 3 deletions
2
index.js
2
index.js
|
@ -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();
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue