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