Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a9f822998 | |||
| 55667f7165 |
+1
-1
@@ -1375,7 +1375,7 @@
|
||||
const logBtn = document.createElement("button");
|
||||
logBtn.type = "button";
|
||||
logBtn.className = "ex-log";
|
||||
logBtn.textContent = "+ Log";
|
||||
logBtn.textContent = "Log";
|
||||
logBtn.addEventListener("click", (e) => {
|
||||
e.stopPropagation();
|
||||
const ev = addEvent("training", "", Date.now(), "", undefined, ex.id);
|
||||
|
||||
Reference in New Issue
Block a user