diff --git a/src/js/routes.js b/src/js/routes.js index 650b9a972..407a7154f 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -510,7 +510,7 @@ angular if (document) { setTimeout(function() { $log.debug('Binding touchstart elements...'); - ['menu-walletHome', 'menu-send', 'menu-receive', 'menu-history', 'camera-icon'].forEach(function(id) { + ['menu-walletHome', 'menu-send', 'menu-receive', 'menu-history'].forEach(function(id) { var e = document.getElementById(id); if (e) e.addEventListener('touchstart', function() {