mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
DEV-2044 - add notification that temporary domains won't show up in
domain list
This commit is contained in:
parent
37f18e2e5e
commit
8940d990ec
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ $(document).ready(function(){
|
|||
appendDomainIDButtons();
|
||||
}
|
||||
|
||||
if (getCurrentDomainIDType() === DOMAIN_ID_TYPE_TEMP) {
|
||||
$(Settings.DOMAIN_ID_SELECTOR).siblings('span').append("</br><b>This is a temporary domain and will not be visible in your domain list. You can create a new Domain ID to register your domain.</b>");
|
||||
}
|
||||
|
||||
handleAction();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue