Browse Source

Rename to zaddr

master
fekt 2 months ago
parent
commit
27231cf425
  1. 4
      website/hush/pages/workers.html

4
website/hush/pages/workers.html

@ -1,7 +1,7 @@
<script type="text/javascript">
$(document).ready(function(){
$("#btnSearch").click(function(){
window.location = "https://hushpool.is/workers/" + $('#taddr').val();
window.location = "https://hushpool.is/workers/" + $('#zaddr').val();
});
});
</script>
@ -12,7 +12,7 @@ $(document).ready(function(){
<div>
<span style="float:right; margin-bottom: 8px;">
<small><span style="color:white">Miner Lookup:</span>
<input type="text" id="taddr" class="form-control input-lg" style="width:200px" placeholder="address">
<input type="text" id="zaddr" class="form-control input-lg" style="width:200px" placeholder="z-address">
<span class="input-group-btn">
<button id="btnSearch" class="btn btn-default btn-lg" type="button">Search</button>
</span>

Loading…
Cancel
Save