From 8c79cc4f8ef9c8ffe2f7bfe0e22fd849e0cdf60e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 23 May 2023 21:22:54 +0200 Subject: [PATCH] Fixed new API key modal --- public/viewjs/manageapikeys.js | 2 +- views/manageapikeys.blade.php | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/public/viewjs/manageapikeys.js b/public/viewjs/manageapikeys.js index 109b4527..d8b642e7 100644 --- a/public/viewjs/manageapikeys.js +++ b/public/viewjs/manageapikeys.js @@ -77,7 +77,7 @@ $(".apikey-show-qr-button").on("click", function() } bootbox.alert({ - message: "

" + __t("API key") + "

" + apiKeyDescription + "


" + QrCodeImgHtml(content) + "

", + message: "

" + __t("API key") + "

" + apiKeyDescription + "


" + QrCodeImgHtml(content) + "

", closeButton: false }); }); diff --git a/views/manageapikeys.blade.php b/views/manageapikeys.blade.php index 40c6d525..90d9c7b1 100644 --- a/views/manageapikeys.blade.php +++ b/views/manageapikeys.blade.php @@ -4,14 +4,6 @@ @section('title', $__t('API keys')) -@push('pageStyles') - -@endpush - @section('content')
@@ -158,7 +150,7 @@