Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneeded console.log
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Jan 27, 2025
commit f53635e7b3789924cb106c0a9e9f0e7a61f7fb99
4 changes: 2 additions & 2 deletions js/sondehub.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ function recoveryPopup(){

// If we're here, then we either don't have a valid viewer location,
// Or the viewer is within 500km. Show the popup.
console.log("Triggering Recovery Popup.")
//console.log("Triggering Recovery Popup.")
document.getElementById("recovery_notice").style.display = "block";
// Don't re-activate the popup again
recovery_popup = false;
Expand All @@ -1549,7 +1549,7 @@ function show_recoveries(){
if ($("#recoveriesbox").is(':visible') == false){
$('.nav .recoveries').click();
}

document.getElementById("recovery_notice").style.display = "none";
recovery_popup = false;
}
Expand Down