minor bug fix in js

This commit is contained in:
Usman Nasir 2020-08-21 12:47:42 +05:00
parent 9172993d68
commit f325fe7d07
2 changed files with 4 additions and 2 deletions

View File

@ -497,8 +497,9 @@ app.controller('manageApplications', function ($scope, $http, $timeout, $window)
function ListInitialDatas(response) {
$scope.cyberpanelLoading = true;
if (response.data.abort === 0) {
$scope.cyberpanelLoading = true;
$scope.requestData = response.data.requestStatus;
$timeout(getRequestStatus, 1000);
} else {

View File

@ -497,8 +497,9 @@ app.controller('manageApplications', function ($scope, $http, $timeout, $window)
function ListInitialDatas(response) {
$scope.cyberpanelLoading = true;
if (response.data.abort === 0) {
$scope.cyberpanelLoading = true;
$scope.requestData = response.data.requestStatus;
$timeout(getRequestStatus, 1000);
} else {