added conosle.log
This commit is contained in:
@@ -132,6 +132,7 @@ module.exports = {
|
|||||||
console.error("Restore Failed: ", error);
|
console.error("Restore Failed: ", error);
|
||||||
alert("Restore failed");
|
alert("Restore failed");
|
||||||
}
|
}
|
||||||
|
console.log(this.config);
|
||||||
},
|
},
|
||||||
cancelMacros: function () {
|
cancelMacros: function () {
|
||||||
document.getElementById(`macros-name-${this.tab - 1}`).value = "";
|
document.getElementById(`macros-name-${this.tab - 1}`).value = "";
|
||||||
@@ -191,7 +192,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
this.confirmReset = false;
|
this.confirmReset = false;
|
||||||
console.log(this.config);
|
|
||||||
try {
|
try {
|
||||||
await api.put("config/save", this.config);
|
await api.put("config/save", this.config);
|
||||||
console.log("Successfully flushed");
|
console.log("Successfully flushed");
|
||||||
|
|||||||
Reference in New Issue
Block a user