remove copy & paste button if not flash
This commit is contained in:
parent
9aa45477a2
commit
1ec279cd83
1 changed files with 1 additions and 1 deletions
|
|
@ -271,8 +271,8 @@ angular.module('copayApp.directives')
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('wrongflash noflash', function() {
|
client.on('wrongflash noflash', function() {
|
||||||
|
elm.removeClass('btn-copy').html('');
|
||||||
ZeroClipboard.destroy();
|
ZeroClipboard.destroy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue