diff --git a/index.js b/index.js index 99482e0f..ac5ccc3d 100644 --- a/index.js +++ b/index.js @@ -683,7 +683,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test( if (app.user.page != app.user.previousPage) { app.$ui.panel.select(app.user.page); } - app.$ui[url.page].options({selected: url.item}); + url.page && app.$ui[url.page].options({selected: url.item}); if (!app.user.page || !app.user.previousPage) { app.animate(); }