v.2.14
Update migrations
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
};
|
||||
|
||||
$scope.deleteReport = function (report) {
|
||||
$('#preload-modal').modal();
|
||||
Notification.primary('Дождитесь удаления! Страница обновится автоматически.');
|
||||
smartRequest.post('v1/deletedata', {
|
||||
value: 'delete_report',
|
||||
@@ -46,6 +47,7 @@
|
||||
setTimeout(function() {
|
||||
//location.reload();
|
||||
$scope.update();
|
||||
$('#preload-modal').modal('hide');
|
||||
}, 1000);
|
||||
}
|
||||
if ($scope.status == 'error') {
|
||||
|
||||
Reference in New Issue
Block a user