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 @@