Remove tour that was already disabled.
This commit is contained in:
parent
3f8add4b89
commit
4371c3cc30
5 changed files with 3 additions and 130 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue