Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiCake committed Dec 8, 2023
1 parent 4fc7810 commit b6897fe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,6 @@
<div id="response-failure"></div>
<input type="submit" value="Give me Ether" id="submit_btn" class="button" />
</form>
<div id="response">
<h2 class="response-title">Test Ether sent to the wallet</h2>
<a href="#" id="explorer-link" class="button">See on Fuel Explorer</a>
</div>
</div>
<div class="provider-url">Node url: {{ public_node_url }}</div>
<script>
Expand Down Expand Up @@ -346,14 +342,6 @@ <h2 class="response-title">Test Ether sent to the wallet</h2>
return;
}

// document.getElementById("form").hidden = true;
// document.getElementById("response").style.display = "block";
// document.getElementById(
// "explorer-link"
// ).href = `${blockExplorer}/address/${address}?providerUrl=${encodeURIComponent(
// providerUrl
// )}`;

working = true;
worker.postMessage({
salt: data.salt,
Expand Down

0 comments on commit b6897fe

Please sign in to comment.