no touchstart for camera

This commit is contained in:
Matias Alejo Garcia 2015-04-28 15:11:25 -03:00
parent 969712c633
commit fa0a26452f
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ angular
if (document) { if (document) {
setTimeout(function() { setTimeout(function() {
$log.debug('Binding touchstart elements...'); $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); var e = document.getElementById(id);
if (e) e.addEventListener('touchstart', function() { if (e) e.addEventListener('touchstart', function() {