Skip to content

Commit

Permalink
Update start.html
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Aug 31, 2020
1 parent f733132 commit 6b32dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2><a target="_blank" style="border: none" title="Read the story of this projec
<a id="newpadbutton" href="./_new" alt="Create Spreadsheet"><span>Create Spreadsheet</span><br>
<small>No sign-up, start editing instantly</small></a>
</div>
<a id="restore" target="_blank" href="https://ethercalc.org/log/"
<a id="restore" target="_blank" href="https://ethercalc.net/log/"
title="View &amp; Restore Backups" class="btn btn-primary btn-fab
btn-raised mdi-action-restore" style="visibility: hidden; width: 28px; height: 28px; margin-left: 270px; margin-top: 10px"></a>
</div>
Expand Down Expand Up @@ -58,8 +58,8 @@ <h2><a target="_blank" style="border: none" title="Read the story of this projec
}
</style>
<script>
if (/^(?:www\.)?ethercalc\.(?:org|com)$/.test(location.host)) {
$("head").append("<link rel='stylesheet' type='text/css' href='https://ethercalc.org/log/css/material.min.css' />");
if (/^(?:www\.)?ethercalc\.net$/.test(location.host)) {
$("head").append("<link rel='stylesheet' type='text/css' href='https://ethercalc.net/log/css/material.min.css' />");
$("#restore").css('visibility', 'visible');
}

Expand Down

0 comments on commit 6b32dc0

Please sign in to comment.