mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
New logo
This commit is contained in:
parent
f38cbdb9e1
commit
f241f24172
|
|
@ -53,7 +53,7 @@
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<div id="header" class="header">
|
<div id="header" class="header">
|
||||||
<img class="logo" src="//play.pokemonshowdown.com/pokemonshowdownbeta.png" alt="Pokemon Showdown! (beta)" /> <ul class="tabbar"></ul>
|
<img class="logo" src="/pokemonshowdownbeta.png" alt="Pokemon Showdown! (beta)" /> <ul class="tabbar"></ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="loading-message" class="mainmessage">Initializing... <noscript>FAILED<br /><br />Pokemon Showdown requires JavaScript.</noscript></div>
|
<div id="loading-message" class="mainmessage">Initializing... <noscript>FAILED<br /><br />Pokemon Showdown requires JavaScript.</noscript></div>
|
||||||
|
|
|
||||||
|
|
@ -622,7 +622,7 @@
|
||||||
'click a': 'click'
|
'click a': 'click'
|
||||||
},
|
},
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
this.$el.html('<img class="logo" src="//play.pokemonshowdown.com/pokemonshowdownbeta.png" alt="Pokemon Showdown! (beta)" /><div class="tabbar maintabbar"></div><div class="tabbar sidetabbar" style="display:none"></div>');
|
this.$el.html('<img class="logo" src="/pokemonshowdownbeta.png" alt="Pokemon Showdown! (beta)" /><div class="tabbar maintabbar"></div><div class="tabbar sidetabbar" style="display:none"></div>');
|
||||||
this.$tabbar = this.$('.maintabbar');
|
this.$tabbar = this.$('.maintabbar');
|
||||||
this.$sidetabbar = this.$('.sidetabbar');
|
this.$sidetabbar = this.$('.sidetabbar');
|
||||||
this.updateTabbar();
|
this.updateTabbar();
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 10 KiB |
BIN
pokemonshowdown.psd
Normal file
BIN
pokemonshowdown.psd
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user