load fm page

This commit is contained in:
Usman Nasir
2022-06-18 13:07:07 +05:00
parent 4076960efb
commit fe3fa850e8
6 changed files with 33 additions and 30 deletions

View File

@@ -1156,13 +1156,11 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo
function ListInitialDatas(response) {
$('#wordpresshomeloading').hide();
//$('#wordpresshomeloading').hide();
if (response.data.abort === 1) {
if (response.data.installStatus === 1) {
$scope.wordpresshomeloading = true;
$scope.stagingDetailsForm = true;
$scope.installationProgress = false;