This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
javascript/app/pages/user/metatrader Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -633,9 +633,6 @@ const MetaTraderUI = (() => {
633
633
$form . find ( '#view_3' ) . find ( '#trading_password_new_user' ) . setVisibility ( 1 ) ;
634
634
if ( has_mt5_account ) {
635
635
$form . find ( '#trading_password_input' ) . setVisibility ( 0 ) ;
636
- $form . find ( '#new_user_cancel_button' ) . on ( 'click' , ( ) => {
637
- location . reload ( ) ;
638
- } ) ;
639
636
$form . find ( '#has_mt5_new_user_btn_submit_new_account' ) . setVisibility ( 1 ) ;
640
637
} else {
641
638
$form . find ( '#new_user_btn_submit_new_account' ) . setVisibility ( 1 ) ;
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ const Metatrader = () => (
323
323
</ button >
324
324
</ div >
325
325
< div id = 'view_3-buttons_new_user' className = 'gr-padding-10 center-text' >
326
- < button className = 'button button-secondary btn-back ' id = 'new_user_cancel_button' >
326
+ < button className = 'button button-secondary btn-cancel ' id = 'new_user_cancel_button' >
327
327
{ it . L ( 'Cancel' ) }
328
328
</ button >
329
329
< a className = 'button button-primary invisible' id = 'has_mt5_new_user_btn_submit_new_account' href = { it . url_for ( 'user/security/change_passwordws' ) } >
@@ -352,7 +352,7 @@ const Metatrader = () => (
352
352
< div id = 'ddl_trade_server' type = 'radio' />
353
353
< div id = 'view_2-buttons' className = 'gr-padding-10 center-text' >
354
354
< a className = 'button button-secondary btn-back' href = 'javascript:;' >
355
- < span > { it . L ( 'Back ' ) } </ span >
355
+ < span > { it . L ( 'Cancel ' ) } </ span >
356
356
</ a >
357
357
< a className = 'button btn-next' href = 'javascript:;' >
358
358
< span > { it . L ( 'Next' ) } </ span >
You can’t perform that action at this time.
0 commit comments