diff --git a/Gruntfile.js b/Gruntfile.js index 14a621b13..005e0e602 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,7 +78,6 @@ module.exports = function(grunt) { }, angular: { src: [ - 'bower_components/fastclick/lib/fastclick.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/bower.json b/bower.json index 87666e046..d90c214cb 100644 --- a/bower.json +++ b/bower.json @@ -21,7 +21,6 @@ "angular-bitcore-wallet-client": "^0.0.18", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*", - "fastclick": "*", "angular-ui-switch": "~0.1.0" }, "resolutions": { diff --git a/public/index.html b/public/index.html index a1d9133f9..4d55c0075 100644 --- a/public/index.html +++ b/public/index.html @@ -27,7 +27,6 @@
-
-
-
-
- Getting transactions... - - - Could not fetch transaction history -
[Tap to retry] -
- - No transactions yet - -
-
-
-
-
-
-
- Received - Sent - Moved -
- -
- - + - - - {{btx.amountStr}} - {{history.getUnitName()}} - -
-
-
- - - Unconfirmed - -
-
-
- {{btx.message || btx.addressTo}} -
-
-
-
- -
-
-
-
diff --git a/public/views/includes/clientError.html b/public/views/includes/clientError.html index 503de64ef..de193f2cf 100644 --- a/public/views/includes/clientError.html +++ b/public/views/includes/clientError.html @@ -4,10 +4,8 @@
-

Wallet Service Error

-
- {{index.clientError.error || index.clientError.message || index.clientError}} -
+

Wallet Service Error

+
{{index.clientError.message || index.clientError}}
diff --git a/public/views/includes/menu.html b/public/views/includes/menu.html index 78208dc95..f9d0c767d 100644 --- a/public/views/includes/menu.html +++ b/public/views/includes/menu.html @@ -1,8 +1,7 @@
- +

Select a wallet

-