H1 tag added, moar words added to the Dogecoin plugin.
This commit is contained in:
parent
b2bbe5ee21
commit
866faa8fa6
4 changed files with 12 additions and 2 deletions
|
@ -9351,6 +9351,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
#mousemovelimit { font-size: 16px; font-family: monospace; }
|
||||
.frontPageText { position: relative; }
|
||||
|
||||
h1 { display: none; }
|
||||
|
||||
#keyarea { height: 250px; }
|
||||
#keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; }
|
||||
#keyarea .label { text-decoration: none; }
|
||||
|
@ -9659,6 +9661,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
<img src="images/banner_beta.png" alt="banner" />
|
||||
</div>
|
||||
|
||||
<h1 id="siteTitle">Bitcoin Paper Wallet Generator</h1>
|
||||
|
||||
<div id="currencyddl" class="hide">
|
||||
Choose currency :
|
||||
<select id="currency" onchange="janin.currency.useCurrency(this.selectedIndex);"></select>
|
||||
|
@ -10263,6 +10267,7 @@ janin.currency = {
|
|||
|
||||
// Update title depending on currency
|
||||
document.title = janin.currency.name() + "'s paper wallet generator";
|
||||
document.getElementById("siteTitle").innerHTML = janin.currency.name() + " Paper Wallet Generator";
|
||||
|
||||
// Regenerate a new wallet when not expensive
|
||||
ninja.wallets.singlewallet.generateNewAddressAndKey();
|
||||
|
@ -10283,7 +10288,7 @@ janin.currency = {
|
|||
// easter egg doge ;)
|
||||
if(janin.currency.name() == "Dogecoin")
|
||||
{
|
||||
janin.doge = new Doge(['wow', 'so wallet', 'such random', 'very pretty', 'much design']);
|
||||
janin.doge = new Doge(['wow', 'so paper wallet', 'such random', 'very pretty', 'much design', 'awesome', 'much crypto', 'such coin', 'wow!!', 'to da moon']]]]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -135,6 +135,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
<img src="images/banner_beta.png" alt="banner" />
|
||||
</div>
|
||||
|
||||
<h1 id="siteTitle">Bitcoin Paper Wallet Generator</h1>
|
||||
|
||||
<div id="currencyddl" class="hide">
|
||||
Choose currency :
|
||||
<select id="currency" onchange="janin.currency.useCurrency(this.selectedIndex);"></select>
|
||||
|
|
|
@ -41,6 +41,7 @@ janin.currency = {
|
|||
|
||||
// Update title depending on currency
|
||||
document.title = janin.currency.name() + "'s paper wallet generator";
|
||||
document.getElementById("siteTitle").innerHTML = janin.currency.name() + " Paper Wallet Generator";
|
||||
|
||||
// Regenerate a new wallet when not expensive
|
||||
ninja.wallets.singlewallet.generateNewAddressAndKey();
|
||||
|
@ -61,7 +62,7 @@ janin.currency = {
|
|||
// easter egg doge ;)
|
||||
if(janin.currency.name() == "Dogecoin")
|
||||
{
|
||||
janin.doge = new Doge(['wow', 'so wallet', 'such random', 'very pretty', 'much design']);
|
||||
janin.doge = new Doge(['wow', 'so paper wallet', 'such random', 'very pretty', 'much design', 'awesome', 'much crypto', 'such coin', 'wow!!', 'to da moon']]]]);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,6 +49,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
|||
#mousemovelimit { font-size: 16px; font-family: monospace; }
|
||||
.frontPageText { position: relative; }
|
||||
|
||||
h1 { display: none; }
|
||||
|
||||
#keyarea { height: 250px; }
|
||||
#keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; }
|
||||
#keyarea .label { text-decoration: none; }
|
||||
|
|
Loading…
Add table
Reference in a new issue