updated
This commit is contained in:
parent
c7d2c8445b
commit
5d5bdd0efd
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ angular.module('copayApp.directives')
|
||||||
elm.removeClass('btn-copy').addClass('btn-copied').html('Copied!');
|
elm.removeClass('btn-copy').addClass('btn-copied').html('Copied!');
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
elm.addClass('btn-copy').removeClass('btn-copied').html('');
|
elm.addClass('btn-copy').removeClass('btn-copied').html('');
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue