mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Fix bootbox close function call
This commit is contained in:
parent
c045ded7b5
commit
cca4f8314b
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -608,4 +608,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user