More changes

This commit is contained in:
ahwelp
2020-07-22 03:34:33 -03:00
parent 5840d1338b
commit df312bdc1b
11 changed files with 461 additions and 286 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function log(message, importance = 0) {
}
if (importance === 2) {
alert("LOG:: |" + message + "|");
}
}
}
function isDefined(data) {