mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-07-20 23:58:21 +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]){
|
||||
$("#rawTransaction").val(_getBroadcast[0]);
|
||||
$("#rawSubmitBtn").click();
|
||||
window.location.hash = "#broadcast";
|
||||
}
|
||||
|
||||
var _getVerify = _get("verify");
|
||||
if(_getVerify[0]){
|
||||
$("#verifyScript").val(_getVerify[0]);
|
||||
$("#verifyBtn").click();
|
||||
window.location.hash = "#verify";
|
||||
}
|
||||
|
||||
|
||||
$(".qrcodeBtn").click(function(){
|
||||
$("#qrcode").html("");
|
||||
var thisbtn = $(this).parent().parent();
|
||||
|
Loading…
x
Reference in New Issue
Block a user