fix create website

This commit is contained in:
usmannasir
2025-04-13 19:26:43 +05:00
parent 05602c7a8e
commit 65a95f0b48

View File

@@ -2411,6 +2411,7 @@ app.controller('createWebsite', function ($scope, $http, $timeout, $window) {
mailDomain = 0
}
url = "/websites/submitWebsiteCreation";
var package = $scope.packageForWebsite;
@@ -2420,10 +2421,13 @@ app.controller('createWebsite', function ($scope, $http, $timeout, $window) {
// var domainName = document.getElementById('TestDomainNameCreate').value + Part2_domainNameCreate;
// }
// if (website_create_domain_check == 1) {
//
// var domainName = $scope.domainNameCreate;
// }
var domainName = $scope.domainNameCreate;
// var domainName = $scope.domainNameCreate;
var adminEmail = $scope.adminEmail;
var phpSelection = $scope.phpSelection;
var websiteOwner = $scope.websiteOwner;
@@ -2579,6 +2583,7 @@ app.controller('createWebsite', function ($scope, $http, $timeout, $window) {
}
});
/* Java script code to create account ends here */
/* Java script code to list accounts */