Remove tour that was already disabled.

This commit is contained in:
Julian Stirling 2025-07-06 20:29:43 +01:00
parent 3f8add4b89
commit 4371c3cc30
5 changed files with 3 additions and 130 deletions

View file

@ -62,10 +62,6 @@ export default {
this.$store.commit("changeOrigin", this.newOrigin);
event.preventDefault();
}
},
resetTour: function() {
// Make the introduction tour run next time the app loads
this.setLocalStorageObj("completedTour", false);
}
}
};