From cca4f8314b61c675d9aba043bb814c98031acba3 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Thu, 7 Dec 2023 13:31:50 +0000 Subject: [PATCH] Fix bootbox close function call --- app/frontend/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index b046531b..48c6ee95 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -396,8 +396,8 @@ callback: function (result) { if (result){ location.href = "/panel/download_support_package"; - }else { - bootbox.close; + } else { + bootbox.close(); } } }); @@ -608,4 +608,4 @@ - \ No newline at end of file +