@@ -667,7 +667,7 @@ function continue_paymentfunction() {
667
667
} ,
668
668
lnd_switch = ( payment == "bitcoin" ) ? ( isrequest && ! ln ) ? "" : "<div id='lightning_switch' title='lightning' class='lnswitch'><span class='icon-power'></span></div>" : "" ,
669
669
ndef_switch = ( payment == "bitcoin" && glob_ndef ) ? "<div id='ndef_switch' title='Tap to pay' class='lnswitch'><span class='icon-connection'></span></div>" : "" ;
670
- settitle ( pagename + " | " + glob_apptitle ) ;
670
+ settitle ( pagename ) ;
671
671
glob_paymentdialogbox . append ( "<div id='request_back' class='share_request dialogstyle'></div><div id='request_front' class='dialogstyle'><div id='xratestats'><span id='rq_errlog'></span></div>" + ndef_switch + lnd_switch + "</div>" ) . attr ( payment_attributes ) ;
672
672
// Extend global request object
673
673
$ . extend ( request , extend_data ) ;
@@ -1610,8 +1610,7 @@ function pickcurrency() {
1610
1610
"payment" : payment ,
1611
1611
"newccvalue" : nccvalstrip ,
1612
1612
"newccsymbol" : newccsymbol
1613
- } ) ,
1614
- title = pagename + " | " + glob_apptitle ;
1613
+ } ) ;
1615
1614
request . uoa = nextcurrency ,
1616
1615
request . amount = nccvalstrip ,
1617
1616
request . iscrypto = iscrypto ;
@@ -1622,7 +1621,7 @@ function pickcurrency() {
1622
1621
glob_paymentdialogbox . attr ( "class" , helper . requestclass + dialogclass + helper . iszeroclass ) ;
1623
1622
main_input_focus ( ) ;
1624
1623
set_edit ( href ) ;
1625
- settitle ( title ) ;
1624
+ settitle ( pagename ) ;
1626
1625
rendercpooltext ( newccsymbol , newccrate ) ;
1627
1626
} ) ;
1628
1627
}
@@ -1772,12 +1771,11 @@ function updatecpool(thisamount, thisrate, ccvalue) {
1772
1771
"payment" : payment ,
1773
1772
"newccvalue" : thisamount ,
1774
1773
"newccsymbol" : currency
1775
- } ) ,
1776
- title = pagename + " | " + glob_apptitle ;
1774
+ } ) ;
1777
1775
helper . currencylistitem . data ( "url" , href ) ;
1778
1776
request . amount = thisamount ;
1779
1777
set_edit ( href ) ;
1780
- settitle ( title ) ;
1778
+ settitle ( pagename ) ;
1781
1779
glob_blocktyping = false ;
1782
1780
}
1783
1781
@@ -3130,7 +3128,7 @@ function updaterequest(ua, save) {
3130
3128
rl_iscrypto = rldata . iscrypto ,
3131
3129
rl_uoa = rldata . uoa ,
3132
3130
amount_short_rounded = amountshort ( rl_amount , ua . receivedamount , ua . fiatvalue , rl_iscrypto ) ,
3133
- amount_short_span_text = " (" + amount_short_rounded + " " + rl_uoa . toUpperCase ( ) + " " + translate ( "amountshort" ) ;
3131
+ amount_short_span_text = " (" + amount_short_rounded + " " + rl_uoa . toUpperCase ( ) + " " + translate ( "amountshort" ) + ")" ;
3134
3132
amount_short_span . text ( amount_short_span_text ) . addClass ( "show_as" ) ;
3135
3133
} else {
3136
3134
amount_short_span . removeClass ( "show_as" ) ;
0 commit comments