done
This commit is contained in:
@@ -545,7 +545,6 @@ module.exports = {
|
||||
}
|
||||
try {
|
||||
this.load();
|
||||
console.log(this.config.macros[id].alert);
|
||||
if (this.config.macros[id].alert == true) {
|
||||
this.macrosLoading = true;
|
||||
} else {
|
||||
|
||||
@@ -202,7 +202,6 @@ module.exports = {
|
||||
var macrosName = document.getElementById("macros-name").value;
|
||||
var macrosColor = document.getElementById("macros-color").value;
|
||||
var macrosAlert = this.isChecked;
|
||||
console.log(macrosAlert);
|
||||
const formattedFilename = macrosName
|
||||
.replace(/\\/g, "_")
|
||||
.replace(/\//g, "_")
|
||||
|
||||
Reference in New Issue
Block a user