From 7a51d2f2cccbc0add04518808415912a7217bc28 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sun, 7 Jul 2024 11:55:59 +0200 Subject: Typo fixed --- web/html/xui/inbound_info_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/xui') diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index a6f34001..82c9cf62 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -494,8 +494,8 @@ }, }, methods: { - copyToClipboard(elmentId, content) { - this.infoModal.clipboard = new ClipboardJS('#' + elmentId, { + copyToClipboard(elementId, content) { + this.infoModal.clipboard = new ClipboardJS('#' + elementId, { text: () => content, }); this.infoModal.clipboard.on('success', () => { -- cgit v1.2.3