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

Commit

Permalink
Release: v3.21.07
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Apr 13, 2018
1 parent f53e093 commit 3fae08e
Show file tree
Hide file tree
Showing 17 changed files with 100,045 additions and 105,095 deletions.
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.06</p>
<p class="small visible-xs">3.21.07</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.06</p>
<p class="small visible-xs">3.21.07</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.21.06</span>
<span class="hidden-xs">3.21.07</span>
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.21.06",
"version": "3.21.07",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.20.02",
"version": "3.21.07",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
11 changes: 7 additions & 4 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.06</p>
<p class="small visible-xs">3.21.07</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.21.06</span>
<span class="hidden-xs">3.21.07</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down Expand Up @@ -211,7 +211,7 @@

<nav role="navigation" aria-label="main navigation" class="container nav-container overflowing">
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">&#171;</a>
<div class="nav-scroll" id="mainNav">
<div class="nav-scroll">
<ul class="nav-inner">

<li ng-repeat="tab in tabNames track by $index" \
Expand Down Expand Up @@ -324,6 +324,7 @@ <h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Nod


</header>

<section class="container contest-container">
<h2>MEW 100K Followers Contest Official Rules</h2>
<p>NO PURCHASE IS NECESSARY TO ENTER OR WIN. A PURCHASE DOES NOT INCREASE THE CHANCES OF WINNING.</p>
Expand Down Expand Up @@ -748,7 +749,9 @@ <h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">

<div class="on-boarding-close">
<img class="editor-icons" src="images/icon-x.svg" title="Close" ng-click="onboardModal.close()"/>
</div>
<article class="onboarding__msg" ng-show="onboardMsg" translate="ONBOARD_resume">
It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉
</article>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@

<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.06</p>
<p class="small visible-xs">3.21.07</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.21.06</span>
<span class="hidden-xs">3.21.07</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down Expand Up @@ -195,7 +195,7 @@

<nav role="navigation" aria-label="main navigation" class="container nav-container overflowing">
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">&#171;</a>
<div class="nav-scroll" id="mainNav">
<div class="nav-scroll">
<ul class="nav-inner">


Expand Down Expand Up @@ -309,6 +309,7 @@ <h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Nod

</header>


<br />

<section class="container" style="min-height: 50%" ng-controller='viewCtrl'>
Expand Down Expand Up @@ -7369,7 +7370,9 @@ <h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">

<div class="on-boarding-close">
<img class="editor-icons" src="images/icon-x.svg" title="Close" ng-click="onboardModal.close()"/>
</div>
<article class="onboarding__msg" ng-show="onboardMsg" translate="ONBOARD_resume">
It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉
</article>
Expand Down
11 changes: 7 additions & 4 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.06</p>
<p class="small visible-xs">3.21.07</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.21.06</span>
<span class="hidden-xs">3.21.07</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down Expand Up @@ -211,7 +211,7 @@

<nav role="navigation" aria-label="main navigation" class="container nav-container overflowing">
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">&#171;</a>
<div class="nav-scroll" id="mainNav">
<div class="nav-scroll">
<ul class="nav-inner">

<li ng-repeat="tab in tabNames track by $index" \
Expand Down Expand Up @@ -325,6 +325,7 @@ <h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Nod

</header>


<section class="container" style="min-height: 50%" ng-controller='viewCtrl'>

<div class="tab-content" >
Expand Down Expand Up @@ -1214,7 +1215,9 @@ <h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">

<div class="on-boarding-close">
<img class="editor-icons" src="images/icon-x.svg" title="Close" ng-click="onboardModal.close()"/>
</div>
<article class="onboarding__msg" ng-show="onboardMsg" translate="ONBOARD_resume">
It looks like you didn't finish reading through these slides last time. ProTip: Finish reading through the slides 😉
</article>
Expand Down

0 comments on commit 3fae08e

Please sign in to comment.