Removed now-redundant TODO comments
This commit is contained in:
parent
004ba0b06e
commit
c0f9f34256
4 changed files with 0 additions and 9 deletions
|
|
@ -184,7 +184,6 @@ export default {
|
|||
this.checkConnection();
|
||||
// Handle guided tour
|
||||
// If the user has already completed or skipped the guided tour
|
||||
// TODO: Only run this if connected to the API
|
||||
var completedTour = this.getLocalStorageObj("completedTour") || false;
|
||||
if (!completedTour) {
|
||||
this.$tours["guidedTour"].start();
|
||||
|
|
@ -207,8 +206,6 @@ export default {
|
|||
);
|
||||
|
||||
// Keyboard shortcuts
|
||||
|
||||
// TODO: Shortcut guide
|
||||
Mousetrap.bind("?", () => {
|
||||
console.log(this.keyboardManual);
|
||||
this.toggleModalElement(this.$refs["keyboardManualModal"]); // Calls the mixin
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ export default {
|
|||
},
|
||||
|
||||
submitApiUri: function() {
|
||||
// TODO: This could probably be handled more explicitally
|
||||
return this.pluginApiUri + this.route;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue