From 5ef8a5a37ec7e6b7df710fa61b0324ab5a6617ab Mon Sep 17 00:00:00 2001 From: MHSanaei <33454419+MHSanaei@users.noreply.github.com> Date: Thu, 23 Mar 2023 23:22:50 +0330 Subject: old design --- web/html/common/prompt_modal.html | 2 +- web/html/common/qrcode_modal.html | 29 ++++++++--------------------- web/html/common/text_modal.html | 5 +++-- 3 files changed, 12 insertions(+), 24 deletions(-) (limited to 'web/html/common') diff --git a/web/html/common/prompt_modal.html b/web/html/common/prompt_modal.html index 4b8a13d0..3ef764c5 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 b2da6160..a0352c88 100644 --- a/web/html/common/text_modal.html +++ b/web/html/common/text_modal.html @@ -1,7 +1,7 @@ {{define "textModal"}} @@ -32,6 +32,7 @@ }); this.clipboard.on('success', () => app.$message.success('{{ i18n "copied" }}')); } + }); }, close: function () { @@ -40,7 +41,7 @@ }; const textModalApp = new Vue({ - delimiters: ['[[', ']]'], + delimiters: ['[[', ']]'], el: '#text-modal', data: { txtModal: txtModal, -- cgit v1.2.3