From 5d5bdd0efd6ff8f47834cd6a95c57b61db6b297c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 28 Aug 2014 15:06:11 -0300 Subject: [PATCH] updated --- js/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives.js b/js/directives.js index c3ab76283..21c7833a9 100644 --- a/js/directives.js +++ b/js/directives.js @@ -281,7 +281,7 @@ angular.module('copayApp.directives') elm.removeClass('btn-copy').addClass('btn-copied').html('Copied!'); setTimeout(function() { elm.addClass('btn-copy').removeClass('btn-copied').html(''); - }, 1000); + }, 1000); }); });