Skip to content

Commit 2576e20

Browse files
committed
initiate submit_dphrase
1 parent b0083f9 commit 2576e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets_js_bitrequest_settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $(document).ready(function() {
5959
//restore_callback_file
6060
//restore_callback_gd
6161
//dphrase_dialog
62-
//submit_dphrase
62+
submit_dphrase()
6363
//keep_current_seed
6464
//restore_bu_seed
6565
//bu_oldseed
@@ -1127,7 +1127,7 @@ function submit_restore() {
11271127
function restore(cb64, filename) {
11281128
if (inj(filename)) return
11291129
if (inj(cb64)) return
1130-
const json = JSON.parse(atob(cb64));
1130+
const json = JSON.parse(cb64);
11311131
if (!check_backup(json)) {
11321132
return
11331133
}

0 commit comments

Comments
 (0)