From a1fbe0b115fd9f9b654dae79f266581c32ba00d2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Jan 2016 23:51:37 +0100 Subject: backup db, handle being offline better --- StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js') diff --git a/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js b/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js index 0bf88025..3b7b555a 100755 --- a/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js +++ b/StoneIsland/platforms/ios/www/js/lib/account/ShippingView.js @@ -32,6 +32,11 @@ var ShippingView = FormView.extend({ show: function(){ if (! auth.logged_in()) { return app.router.go("intro") } + if (! navigator.onLine) { + app.closed.showElement() + app.closed.setMessage("PLEASE GO ONLINE TO
EDIT YOUR SHIPPING INFO.", "") + return + } // this.preload( this.data || this.test_data ) app.footer.show("SAVE") document.body.className = "shipping" -- cgit v1.2.3-70-g09d2