mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-07-21 16:14:32 +02:00
hashtag no longer required when loading links
This commit is contained in:
parent
a42db15a78
commit
1416793c1c
@ -716,15 +716,16 @@ $(document).ready(function() {
|
|||||||
if(_getBroadcast[0]){
|
if(_getBroadcast[0]){
|
||||||
$("#rawTransaction").val(_getBroadcast[0]);
|
$("#rawTransaction").val(_getBroadcast[0]);
|
||||||
$("#rawSubmitBtn").click();
|
$("#rawSubmitBtn").click();
|
||||||
|
window.location.hash = "#broadcast";
|
||||||
}
|
}
|
||||||
|
|
||||||
var _getVerify = _get("verify");
|
var _getVerify = _get("verify");
|
||||||
if(_getVerify[0]){
|
if(_getVerify[0]){
|
||||||
$("#verifyScript").val(_getVerify[0]);
|
$("#verifyScript").val(_getVerify[0]);
|
||||||
$("#verifyBtn").click();
|
$("#verifyBtn").click();
|
||||||
|
window.location.hash = "#verify";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$(".qrcodeBtn").click(function(){
|
$(".qrcodeBtn").click(function(){
|
||||||
$("#qrcode").html("");
|
$("#qrcode").html("");
|
||||||
var thisbtn = $(this).parent().parent();
|
var thisbtn = $(this).parent().parent();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user