Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Offline improvement - load sign in image locally, remove old image
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Feb 18, 2013
1 parent 2172810 commit 62a0181
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div id="useridbox" style="display:none">
</div>
<div id="signin" style="display:none">
<img src="https://developer.mozilla.org/files/3967/plain_sign_in_black.png" onclick="signin()"/>
<img src="plain_sign_in_black.png" onclick="signin()"/>
<div id="signin_error"></div>
</div>
<div id="guest" style="display:none">
Expand Down
Binary file added static/plain_sign_in_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/sidebar.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div id="header">
<div id="signin" style="display: none">
<img src="https://developer.mozilla.org/files/3967/plain_sign_in_black.png" onclick="signin()"/>
<img src="plain_sign_in_black.png" onclick="signin()"/>
<div id="signin_error"></div>
</div>
<div id="guest" style="display: none">
Expand Down
Binary file removed static/sign_in_blue.png
Binary file not shown.
2 changes: 1 addition & 1 deletion static/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<body onload="onLoad()">
<div id="signin" style="display:none">
<img src="https://developer.mozilla.org/files/3967/plain_sign_in_black.png" onclick="signin()"/>
<img src="plain_sign_in_black.png" onclick="signin()"/>
<div id="signin_error"></div>
</div>
<div>
Expand Down

0 comments on commit 62a0181

Please sign in to comment.