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

Commit

Permalink
v0.3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Nov 19, 2016
1 parent d65dbd9 commit ec7afc0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions app/includes/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@

<p><a data-toggle="modal" data-target="#disclaimerModal" translate="FOOTER_4"> Disclaimer </a></p>

<p ng-show="showBlocks" class="text-right" style="font-size: 10px">ETH Block#: {{ethBlockNumber}} &middot; ETC Block#: {{etcBlockNumber}}</p>

</div>

<!-- Disclaimer Modal-->
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -2226,8 +2226,6 @@ <h4 translate="HELP_FAQ_Title">More Helpful Answers to Frequent Questions </h4>

<p><a data-toggle="modal" data-target="#disclaimerModal" translate="FOOTER_4"> Disclaimer </a></p>

<p ng-show="showBlocks" class="text-right" style="font-size: 10px">ETH Block#: {{ethBlockNumber}} &middot; ETC Block#: {{etcBlockNumber}}</p>

</div>

<!-- Disclaimer Modal-->
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "0.3.2.3",
"version": "0.3.2.4",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 0 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2044,8 +2044,6 @@ <h2 translate="BULK_SuccessMsg">Success! Your wallets have been generated.</h2>

<p><a data-toggle="modal" data-target="#disclaimerModal" translate="FOOTER_4"> Disclaimer </a></p>

<p ng-show="showBlocks" class="text-right" style="font-size: 10px">ETH Block#: {{ethBlockNumber}} &middot; ETC Block#: {{etcBlockNumber}}</p>

</div>

<!-- Disclaimer Modal-->
Expand Down

0 comments on commit ec7afc0

Please sign in to comment.