mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
JS hint for dns record
This commit is contained in:
parent
b7ab201653
commit
11d93a0f87
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ App.Actions.DB.update_dns_record_hint = function(elm, hint) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// dont show pregix if domain name = rec value
|
// dont show pregix if domain name = rec value
|
||||||
if (hint == GLOBAL.DNS_REC_PREFIX || hint + '.' == GLOBAL.DNS_REC_PREFIX) {
|
if (hint == GLOBAL.DNS_REC_PREFIX + '.') {
|
||||||
hint = '';
|
hint = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue