remove copy & paste button if not flash

This commit is contained in:
Matias Alejo Garcia 2014-09-08 16:47:10 -03:00
parent 9aa45477a2
commit 1ec279cd83
1 changed files with 1 additions and 1 deletions

View File

@ -271,8 +271,8 @@ angular.module('copayApp.directives')
}, 1000);
});
});
client.on('wrongflash noflash', function() {
elm.removeClass('btn-copy').html('');
ZeroClipboard.destroy();
});