hashtag no longer required when loading links
This commit is contained in:
parent
a42db15a78
commit
1416793c1c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue