no touchstart for camera

This commit is contained in:
Matias Alejo Garcia 2015-04-28 15:11:25 -03:00
commit fa0a26452f

View file

@ -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() {