mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 09:22:42 +02:00
Move to correct place
This commit is contained in:
parent
8940d990ec
commit
38afa6b5c2
1 changed files with 4 additions and 4 deletions
|
@ -77,10 +77,6 @@ $(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();
|
||||
});
|
||||
}
|
||||
|
@ -871,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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue