hashtag no longer required when loading links

This commit is contained in:
OutCast3k 2014-12-24 18:35:42 +00:00
parent a42db15a78
commit 1416793c1c

View file

@ -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();