You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class='inputwrap'><p>Funds received by addresses generated from your secret phrase can not be spend by Bitrequest.<br/>To spend your funds you wil need to restore your secret phrase in a <a href='https://www.bitrequest.io/compatible-wallets' target='_blank' class='ref'>compatible wallet.</a></p></div>\
481
-
<div id='pk_confirm' class='noselect'><div id='pk_confirmwrap' class='cb_wrap' data-checked='false'><span class='checkbox'></span></div><span>I understand and am ok with this.</span></div>\
"content": "<p>Funds received by addresses generated from your secret phrase can not be spend by Bitrequest.<br/>To spend your funds you wil need to restore your secret phrase in a <a href='https://www.bitrequest.io/compatible-wallets' target='_blank' class='ref'>compatible wallet.</a></p>"
483
+
},
484
+
}]
485
+
}
486
+
},
487
+
{
488
+
"div": {
489
+
"id": "pk_confirm",
490
+
"class": "noselect",
491
+
"content": [{
492
+
"div": {
493
+
"id": "pk_confirmwrap",
494
+
"class": "cb_wrap",
495
+
"attr": {
496
+
"data-checked": "false"
497
+
},
498
+
"content": [{
499
+
"span": {
500
+
"class": "checkbox"
501
+
}
502
+
}]
503
+
},
504
+
"span": {
505
+
"content": "I understand and am ok with this."
506
+
}
507
+
508
+
}]
509
+
}
510
+
},
511
+
{
512
+
"input": {
513
+
"class": "submit",
514
+
"attr": {
515
+
"type": "submit",
516
+
"value": "ok"
517
+
}
518
+
}
519
+
}
520
+
],
521
+
content=$(template_dialog({
522
+
"id": "disclaimer_dialog",
523
+
"icon": "icon-warning",
524
+
"title": "Disclaimer!",
525
+
"elements": ddat
526
+
})).data(data);
483
527
if($("#option_makeseed").length){
484
528
canceldialog();
485
529
setTimeout(function(){
486
-
popdialog(content,"alert","triggersubmit");
530
+
popdialog(content,"triggersubmit");
487
531
},1000);
488
532
}else{
489
-
popdialog(content,"alert","triggersubmit");
533
+
popdialog(content,"triggersubmit");
490
534
}
491
535
}
492
536
@@ -849,7 +893,7 @@ function continue_seed() {
849
893
functionskip_verify(){
850
894
$(document).on("click","#cfbu3",function(){
851
895
varcontent="<h2><span class='icon-warning' style='color:#B33A3A'></span>Warning! Continue at your own risk.</h2><p><strong>If you lose your device, uninstall your application or clear your browserdata, you'll need your secret phrase to recover your funds!</strong></p>";
852
-
popdialog(content,"alert","finish_seed");
896
+
popdialog(content,"finish_seed");
853
897
})
854
898
}
855
899
@@ -1221,7 +1265,7 @@ function show_phrase_callback() {
varcontent="<h2 style='color:#B33A3A'><span class='icon-warning'></span>Warning! Deleting your seed may result in lost of funds.</h2><p><strong>Continue only if you have a backup of your secret phrase.</strong></p>";
0 commit comments