diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/OrdersView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/OrdersView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/OrdersView.js b/StoneIsland/www/js/lib/account/OrdersView.js index 49901daa..a1b83767 100644 --- a/StoneIsland/www/js/lib/account/OrdersView.js +++ b/StoneIsland/www/js/lib/account/OrdersView.js @@ -34,6 +34,7 @@ var OrdersView = ScrollableView.extend({ app.header.set_back(false) app.footer.hide() document.body.className = "orders" + this.deferScrollToTop() this.el.className = "" if (this.loaded) { |
