From 3e5c13f339e75d407766c1a980b2800b1b72e78b Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 3 Dec 2014 20:52:30 -0300 Subject: [PATCH] remove fastclick --- Gruntfile.js | 1 - js/routes.js | 1 - 2 files changed, 2 deletions(-) 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) {