From 4476cd8887fffc14a9272e202c1c00102c66aff8 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 9 Apr 2024 17:13:10 +0200 Subject: [PATCH] Fix. --- conversejs/custom/templates/livechat-external-login-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/custom/templates/livechat-external-login-modal.js b/conversejs/custom/templates/livechat-external-login-modal.js index 300fc7f8..fdba789c 100644 --- a/conversejs/custom/templates/livechat-external-login-modal.js +++ b/conversejs/custom/templates/livechat-external-login-modal.js @@ -16,6 +16,7 @@ export const tplExternalLoginModal = (el, o) => { placeholder="${i18nRemotePeertubeUrl}" class="form-control ${o.remote_peertube_alert_message ? 'is-invalid' : ''}" name="peertube_url" + @keyup=${el.onKeyUp} ?disabled=${o.remote_peertube_state === 'loading'} /> @@ -23,7 +24,6 @@ export const tplExternalLoginModal = (el, o) => { type="submit" class="btn btn-primary" value="${i18nRemotePeertubeOpen}" - @keyup=${el.onKeyUp} ?disabled=${o.remote_peertube_state === 'loading'} /> ${