From f18e4f60e9d8a652d8506f1e23dea54cf2e28d93 Mon Sep 17 00:00:00 2001 From: brantje Date: Wed, 4 Jan 2017 13:32:45 +0100 Subject: [PATCH] Add rel="nofollow noopener noreferrer" by EdOverflow --- js/app/directives/credentialfield.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app/directives/credentialfield.js b/js/app/directives/credentialfield.js index aa8ad159..675adefe 100644 --- a/js/app/directives/credentialfield.js +++ b/js/app/directives/credentialfield.js @@ -46,7 +46,7 @@ '' + '
' + '
' + - '
' + + '
' + '
' + '
', link: function (scope) { @@ -90,4 +90,4 @@ }; }]); -}()); \ No newline at end of file +}());