Fix bootbox close function call

This commit is contained in:
Zedifus 2023-12-07 13:31:50 +00:00
parent c045ded7b5
commit cca4f8314b

View File

@ -396,8 +396,8 @@
callback: function (result) { callback: function (result) {
if (result){ if (result){
location.href = "/panel/download_support_package"; location.href = "/panel/download_support_package";
}else { } else {
bootbox.close; bootbox.close();
} }
} }
}); });