diff --git a/websiteFunctions/static/websiteFunctions/websiteFunctions.js b/websiteFunctions/static/websiteFunctions/websiteFunctions.js index b2a367efb..95ef0be0e 100644 --- a/websiteFunctions/static/websiteFunctions/websiteFunctions.js +++ b/websiteFunctions/static/websiteFunctions/websiteFunctions.js @@ -4869,7 +4869,7 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo var tableSelector = '#stagingListBody'; } - var stagingUrl = 'http://' + value.Domain + value.path; + var stagingUrl = 'http://' + value.Domain; var createdDate = new Date().toLocaleDateString(); var FinalMarkup = '
{% trans "Could not connect to server. Please refresh this page." %}
Manage your staging environments
| Name | @@ -2351,6 +2355,7 @@ +
|---|