From ef24b19e7847c47ac41b16f65ecb457370041943 Mon Sep 17 00:00:00 2001
From: xenohunter
Date: Fri, 9 Jun 2017 15:30:41 +0300
Subject: [PATCH 1/2] Uncommented uglify task
---
Gruntfile.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index e56b19265f..9c8ee07e6d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -638,9 +638,9 @@ module.exports = function (grunt) {
'karma:development',
'postcss',
'concat',
- 'karma:distr'/*,
+ 'karma:distr',
'uglify',
- 'karma:minified'*/
+ 'karma:minified'
]);
// Default task.
From 2d7edac8384a3e2da0d9c15c698c7851559ad125 Mon Sep 17 00:00:00 2001
From: xenohunter
Date: Fri, 9 Jun 2017 15:33:27 +0300
Subject: [PATCH 2/2] Added target="_blank" to the verification link
---
src/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/index.html b/src/index.html
index a9c664eafc..529ca784b5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -560,7 +560,7 @@
In order to get verified follow the link:
- {{deposit.eur.verificationLink}}
+ {{deposit.eur.verificationLink}}