You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (window.location.href == ("https://lb123658.github.io/photo/")) {
console.log("Online version");
} else {
prompt();
}
function prompt() {
if (updated == "no") {
notify("You are using the downloaded version and an update is available. Download it <br><a href='https://lb123658.github.io/photo/start' target='_blank'>here</a>.");