This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-28 15:06:11 -03:00
parent c7d2c8445b
commit 5d5bdd0efd
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}); });
}); });