From 58d47a3fd5b763d3b607eefe1dac3c24cfc5eff1 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Wed, 3 Feb 2021 18:53:51 +0100 Subject: Remove annoying alert --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.js') 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 */ -- cgit v1.2.3