Add message when the URL is copied to the clipboard
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
javascript:
|
||||
async function copyExtensionUrlToClipboard() {
|
||||
await navigator.clipboard.writeText("#{message_url}?token=#{@contest.generate_token_for(:token)}");
|
||||
alert("#{t("contests.show.url_copied")}");
|
||||
}
|
||||
|
||||
.row.mb-5
|
||||
|
Reference in New Issue
Block a user