We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0083f9 commit 2576e20Copy full SHA for 2576e20
assets_js_bitrequest_settings.js
@@ -59,7 +59,7 @@ $(document).ready(function() {
59
//restore_callback_file
60
//restore_callback_gd
61
//dphrase_dialog
62
- //submit_dphrase
+ submit_dphrase()
63
//keep_current_seed
64
//restore_bu_seed
65
//bu_oldseed
@@ -1127,7 +1127,7 @@ function submit_restore() {
1127
function restore(cb64, filename) {
1128
if (inj(filename)) return
1129
if (inj(cb64)) return
1130
- const json = JSON.parse(atob(cb64));
+ const json = JSON.parse(cb64);
1131
if (!check_backup(json)) {
1132
return
1133
}
0 commit comments