Skip to content

Commit be1fca3

Browse files
committed
hide phrase panel
1 parent 2f76634 commit be1fca3

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

assets_js_bitrequest_ethl2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ function setup_layer2_monitoring(socket_node, address, ctracts, retry) {
8787
start_layer2_scan(socket_node, contract, ping_id, retry);
8888
return
8989
}
90-
console.error("error", "missing api data");
9190
}
9291

9392
// Starts Layer 2 blockchain scanning with configurable interval

assets_js_bitrequest_fetchblocks.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ function process_lightning_payment(rd, api_data, rdo) {
202202
return
203203
}
204204
update_transaction_count(status_panel, 0);
205-
handle_scan_failure({
206-
"error": translate("noinvoicesfound")
207-
}, rd, "ln", rdo);
208205
if (!lightning_only) {
209206
route_api_request(rd, api_data, rdo);
210207
return

assets_js_bitrequest_settings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $(document).ready(function() {
3434
// Bip32 passphrase
3535
manage_bip32_passphrase();
3636
hide_seed_panel_trigger();
37-
//close_seed_dialog
37+
//hide_seed_panel
3838

3939
// Pincode
4040
configure_pin_settings();
@@ -594,12 +594,12 @@ function manage_bip32_passphrase() {
594594
// Attaches event listener to seed panel close button
595595
function hide_seed_panel_trigger() {
596596
$(document).on("click", "#seed_steps .seed_step .ss_header .icon-cross", function() {
597-
close_seed_dialog();
597+
hide_seed_panel();
598598
});
599599
}
600600

601601
// Removes seed dialog CSS class and resets panel state
602-
function close_seed_dialog() {
602+
function hide_seed_panel() {
603603
glob_const.body.removeClass("seed_dialog");
604604
$("#seed_panel").attr("class", "");
605605
allow_screen_sleep();

0 commit comments

Comments
 (0)