From 1ec279cd836b5c87c8f4a0ebf08748e3ee59c545 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 8 Sep 2014 16:47:10 -0300 Subject: [PATCH] remove copy & paste button if not flash --- js/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives.js b/js/directives.js index 268ab17e4..6ddf8456a 100644 --- a/js/directives.js +++ b/js/directives.js @@ -271,8 +271,8 @@ angular.module('copayApp.directives') }, 1000); }); }); - client.on('wrongflash noflash', function() { + elm.removeClass('btn-copy').html(''); ZeroClipboard.destroy(); });