diff --git a/Gruntfile.js b/Gruntfile.js index 7deb818a3..097f9689c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -118,7 +118,6 @@ module.exports = function(grunt) { 'lib/lodash/dist/lodash.js', 'lib/bitcore.js', 'lib/file-saver/FileSaver.js', - 'lib/fastclick/lib/fastclick.js', 'lib/socket.io-client/socket.io.js', 'lib/sjcl.js', 'lib/qrcode-decoder-js/lib/qrcode-decoder.min.js' diff --git a/js/routes.js b/js/routes.js index 1277e27fd..12d8b93f2 100644 --- a/js/routes.js +++ b/js/routes.js @@ -111,7 +111,6 @@ angular $keepaliveProvider.interval(30); // in seconds }) .run(function($rootScope, $location, $idle, gettextCatalog, uriHandler) { - FastClick.attach(document.body); gettextCatalog.currentLanguage = config.defaultLanguage; // not for mobileApp if (!window.cordova) {