From 949f5d52ed45679dbc53ba056d32c1f9fd2fbd82 Mon Sep 17 00:00:00 2001 From: brantje Date: Sat, 19 Aug 2017 13:00:19 +0200 Subject: [PATCH] Use copy icon --- js/app/directives/credentialfield.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/directives/credentialfield.js b/js/app/directives/credentialfield.js index 44878603..fbf7905e 100644 --- a/js/app/directives/credentialfield.js +++ b/js/app/directives/credentialfield.js @@ -50,7 +50,7 @@ '
' + '
' + '
' + - '
' + + '
' + '
', link: function (scope) { var expression = /(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/gi;