diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:08 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-04 02:07:08 -0500 |
| commit | 6e140c73aaecad1fefc6f5e9c6dd3a3e834766f5 (patch) | |
| tree | e585d17d76a8b3fa8a3c36c87d5c7b13e796b490 /StoneIsland/www/js/lib/account/ShippingView.js | |
| parent | 1771546b50cf3892a545d7d692eb3743b14ffc69 (diff) | |
more scrolltotops
Diffstat (limited to 'StoneIsland/www/js/lib/account/ShippingView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/account/ShippingView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/account/ShippingView.js b/StoneIsland/www/js/lib/account/ShippingView.js index b8b260ab..39baf2aa 100644 --- a/StoneIsland/www/js/lib/account/ShippingView.js +++ b/StoneIsland/www/js/lib/account/ShippingView.js @@ -35,6 +35,7 @@ var ShippingView = FormView.extend({ // this.preload( this.data || this.test_data ) app.footer.show("SAVE", "CANCEL") document.body.className = "shipping" + this.deferScrollToTop() }, populate: function(data){ |
