Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Add message not to close browser in kyber final screen
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMieskoski committed Apr 23, 2018
1 parent 642b2e5 commit 076d44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/includes/swap-kyber.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@
<span>
Track your swap transaction:
</span>
<h6 ng-if="!kyberTransaction.tokenTxHash">Waiting for token authorization <span ng-repeat="tick in indicatorhacked track by $index">. </span></h6>
<span ng-if="!kyberTransaction.tokenTxHash" class="text-info">Waiting for token authorization <span ng-repeat="tick in indicatorhacked track by $index">. </span></span>
<span ng-if="!kyberTransaction.tokenTxHash" class="text-danger"> Do Not Navigate Away or Close Your Browser</span>
<a class="strong" ng-href="{{kyberTransaction.tokenTxLink}}" target="_blank" rel="noopener">
<h5>{{kyberTransaction.tokenTxHash}}</h5>
</a>
Expand Down

0 comments on commit 076d44e

Please sign in to comment.