File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1535,7 +1535,7 @@ function recoveryPopup(){
15351535
15361536 // If we're here, then we either don't have a valid viewer location,
15371537 // Or the viewer is within 500km. Show the popup.
1538- console . log ( "Triggering Recovery Popup." )
1538+ // console.log("Triggering Recovery Popup.")
15391539 document . getElementById ( "recovery_notice" ) . style . display = "block" ;
15401540 // Don't re-activate the popup again
15411541 recovery_popup = false ;
@@ -1549,7 +1549,7 @@ function show_recoveries(){
15491549 if ( $ ( "#recoveriesbox" ) . is ( ':visible' ) == false ) {
15501550 $ ( '.nav .recoveries' ) . click ( ) ;
15511551 }
1552-
1552+
15531553 document . getElementById ( "recovery_notice" ) . style . display = "none" ;
15541554 recovery_popup = false ;
15551555}
You can’t perform that action at this time.
0 commit comments