* adjust for backup.
This commit is contained in:
@@ -177,7 +177,6 @@ class backup extends control
|
||||
|
||||
if($reload == 'yes')
|
||||
{
|
||||
echo js::alert($this->lang->backup->success->backup);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
else
|
||||
|
||||
@@ -15,6 +15,7 @@ $(function()
|
||||
$('.rmPHPHeader').click(function()
|
||||
{
|
||||
$('#waitting .modal-body #backupType').html(rmPHPHeader);
|
||||
$('#waitting .modal-content #message').hide();
|
||||
$('#waitting').modal('show');
|
||||
})
|
||||
|
||||
@@ -26,6 +27,7 @@ $(function()
|
||||
if(result)
|
||||
{
|
||||
$('#waitting .modal-body #backupType').html(restore);
|
||||
$('#waitting .modal-content #message').hide();
|
||||
$('#waitting').modal('show');
|
||||
|
||||
$.getJSON(url, function(response)
|
||||
|
||||
Reference in New Issue
Block a user