aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.js
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-03 18:53:51 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-03 18:53:51 +0100
commit58d47a3fd5b763d3b607eefe1dac3c24cfc5eff1 (patch)
treec7f088e6647bfec148ac4089409b8a25a70ba5c9 /main.js
parentab8c517cdcdb3733ec552846857a3350bb5af6fa (diff)
Remove annoying alert
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.js b/main.js
index ee1437d..45ac9b7 100644
--- a/main.js
+++ b/main.js
@@ -55,8 +55,8 @@ function copy_mod_message()
text_area.focus();
text_area.select();
document.execCommand("copy");
- alert(
- `The mod message has been copied to clipboard! Please paste it into the comment of the run you are verifying.`);
+ // document.getElementById("mod_message").innerText = text_area.value + "\n\nCopied to clipboard
+ // successfully!"
}
/* If framerate is invalid, show an error message and disable start and end frame fields */