forked from 0x2620/oxjs
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);
|
||||
}
|
||||
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) {
|
||||
app.animate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue