File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ <h2>Notes:</h2>
397397
398398 full_chain_html : '' ,
399399
400- is_data_in_loading : false ,
400+ is_data_loaded : false ,
401401
402402 is_run : false
403403
@@ -755,7 +755,7 @@ <h2>Notes:</h2>
755755
756756 updateRadioisotopes ( ) ;
757757
758- extendedData . is_data_in_loading = true ;
758+ extendedData . is_data_loaded = true ;
759759
760760 setCorrectButtonOnMobile ( ) ;
761761
@@ -979,13 +979,13 @@ <h2>Notes:</h2>
979979
980980 }
981981
982- function setCorrectButtonOnMobile ( ) { if ( $ ( window ) . width ( ) <= 1024 && extendedData . is_data_in_loading === true ) $ ( "#radioactive-decay-btn-id" ) . html ( '<i class="fa-solid fa-atom"></i>' ) ; }
982+ function setCorrectButtonOnMobile ( ) { if ( $ ( window ) . width ( ) <= 1024 && extendedData . is_data_loaded === true ) $ ( "#radioactive-decay-btn-id" ) . html ( '<i class="fa-solid fa-atom"></i>' ) ; }
983983
984984 $ ( document ) . ready ( function ( ) {
985985
986986 $ ( '#radioactive-decay-btn-id' ) . on ( 'click' , function ( ) {
987987
988- if ( extendedData . is_data_in_loading ) $ ( '#modalbox-decay, .overlay' ) . show ( ) ;
988+ if ( extendedData . is_data_loaded ) $ ( '#modalbox-decay, .overlay' ) . show ( ) ;
989989
990990 } ) ;
991991
You can’t perform that action at this time.
0 commit comments