1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-02 13:11:07 +00:00
This commit is contained in:
InsanusMokrassar
2023-11-05 06:58:16 +00:00
parent c18e924a1c
commit b205fab53a
9631 changed files with 306265 additions and 196478 deletions

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
window.addEventListener('load', () => {
document.querySelectorAll('span.copy-icon').forEach(element => {
element.addEventListener('click', (el) => copyElementsContentToClipboard(element));