diff options
Diffstat (limited to 'StoneIsland/www/js/lib/account/OrdersView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/OrdersView.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/OrdersView.js b/StoneIsland/www/js/lib/account/OrdersView.js index 6465792f..d5130ded 100644 --- a/StoneIsland/www/js/lib/account/OrdersView.js +++ b/StoneIsland/www/js/lib/account/OrdersView.js @@ -118,6 +118,8 @@ var OrdersView = ScrollableView.extend({ console.log(order) + this.$rows.empty() + order.Items.forEach(function(item){ var $el = $("<div class='item'><img src='img/spinner.gif'></div>") this.$rows.append($el) |
