Merge pull request #16293 from roxanneskelly/dev-2044

DEV-2044 - add notification that temporary domains won't show up in domain list
This commit is contained in:
Shannon Romano 2019-10-04 11:51:50 -07:00 committed by GitHub
commit 12a81c41c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -867,6 +867,10 @@ $(document).ready(function(){
}
}
if (getCurrentDomainIDType() === DOMAIN_ID_TYPE_TEMP) {
$(Settings.DOMAIN_ID_SELECTOR).siblings('span').append(" <b>This is a temporary domain and will not be visible in your domain list.</b>");
}
if (accessTokenIsSet()) {
appendAddButtonToPlacesTable();
}