diff --git a/Gruntfile.js b/Gruntfile.js index c062a6aef..1e77a305b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,8 +78,6 @@ module.exports = function(grunt) { }, angular: { src: [ - 'bower_components/fastclick/lib/fastclick.js', - 'bower_components/modernizr/modernizr.js', 'bower_components/qrcode-generator/js/qrcode.js', 'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js', 'bower_components/moment/min/moment-with-locales.js', diff --git a/public/views/send.html b/public/views/send.html index 6647a6008..c69adbb86 100644 --- a/public/views/send.html +++ b/public/views/send.html @@ -115,8 +115,8 @@ -
- {{send.onGoingProcess|translate}}... +
+ {{send.onGoingProcess|translate}}...
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index c527cb240..f5344162c 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -2,38 +2,42 @@
-
- Could not update Wallet -
[Tap to retry] +
+
+ Could not update Wallet +
[Tap to retry] +
+ +
+ Scan status finished with error +
[Tap to retry] +
+ +
+
+ {{index.totalBalanceStr}}
- - -
- Scan status finished with error -
[Tap to retry] -
- - - -
- - - {{index.totalBalanceStr }} - - -
-
- Opening Wallet... - Updating Status... - Updating Balance... - Updating Pending Transactions... - Scanning Wallet funds... - Recreating Wallet on BWS... -
-
- {{index.totalBalanceAlternative}} {{index.alternativeIsoCode}} +
+ + {{index.totalBalanceAlternative}} {{index.alternativeIsoCode}} +
+
+ +
+
+ Opening Wallet... + Updating Status... + Updating Balance... + Updating Pending Transactions... + Scanning Wallet funds... + Recreating Wallet on BWS... +
+
+ +
{{index.walletName | limitTo: 1}}
@@ -95,15 +99,9 @@
-
-
-
-

Unsent transactions

-
-
-
-
+

Unsent transactions

+
diff --git a/src/js/routes.js b/src/js/routes.js index ef538d08a..317adff43 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -7,8 +7,6 @@ if (window && window.navigator) { var isaosp = (rxaosp && rxaosp[1] < 537); if (!window.cordova && isaosp) unsupported = true; - if (!Modernizr.localstorage) - unsupported = true; if (unsupported) { window.location = '#/unsupported'; } diff --git a/test/karma.conf.js b/test/karma.conf.js index 3b2cb70bd..881d6b189 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -15,8 +15,6 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ - 'bower_components/fastclick/lib/fastclick.js', - 'bower_components/modernizr/modernizr.js', 'bower_components/qrcode-generator/js/qrcode.js', 'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js', 'bower_components/moment/min/moment-with-locales.js',