Skip to content

Commit

Permalink
Merge pull request #254 from xenohunter/master
Browse files Browse the repository at this point in the history
Fixed forgotten parts
  • Loading branch information
Phil Filippak authored Jun 9, 2017
2 parents e02766a + 2d7edac commit 89617b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ module.exports = function (grunt) {
'karma:development',
'postcss',
'concat',
'karma:distr'/*,
'karma:distr',
'uglify',
'karma:minified'*/
'karma:minified'
]);

// Default task.
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h2 class="sectionHeader">DEPOSIT: EUR</h2>
</p>
<p class="dialog-text textCenter">
In order to get verified follow the link:<br/>
<a href="{{deposit.eur.verificationLink}}">{{deposit.eur.verificationLink}}</a>
<a href="{{deposit.eur.verificationLink}}" target="_blank">{{deposit.eur.verificationLink}}</a>
</p>
<br/>
<p class="dialog-text textCenter">
Expand Down

0 comments on commit 89617b5

Please sign in to comment.