From 1416793c1c9ae2f6150d5bcbb7c92dbecdb23f9e Mon Sep 17 00:00:00 2001 From: OutCast3k Date: Wed, 24 Dec 2014 18:35:42 +0000 Subject: [PATCH] hashtag no longer required when loading links --- js/coinbin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/coinbin.js b/js/coinbin.js index c370a6b..6016fa3 100644 --- a/js/coinbin.js +++ b/js/coinbin.js @@ -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();