From 96786c94189f3d2f3f04c1915529c786228bdf42 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 17 Mar 2023 19:37:49 +0330 Subject: alireza --- web/html/common/prompt_modal.html | 2 +- web/html/common/qrcode_modal.html | 21 ++++++++++++++++++--- web/html/common/text_modal.html | 5 ++--- 3 files changed, 21 insertions(+), 7 deletions(-) (limited to 'web/html/common') diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html index 3ef764c5..4b8a13d0 100644 --- a/web/html/common/prompt_modal.html +++ b/web/html/common/prompt_modal.html @@ -1,7 +1,7 @@ {{define "promptModal"}} - + {{ i18n "pages.inbounds.clickOnQRcode" }} + diff --git a/web/html/common/text_modal.html b/web/html/common/text_modal.html index a0352c88..b2da6160 100644 --- a/web/html/common/text_modal.html +++ b/web/html/common/text_modal.html @@ -1,7 +1,7 @@ {{define "textModal"}} @@ -32,7 +32,6 @@ }); this.clipboard.on('success', () => app.$message.success('{{ i18n "copied" }}')); } - }); }, close: function () { @@ -41,7 +40,7 @@ }; const textModalApp = new Vue({ - delimiters: ['[[', ']]'], + delimiters: ['[[', ']]'], el: '#text-modal', data: { txtModal: txtModal, -- cgit v1.2.3