|
@@ -2,7 +2,7 @@
|
|
|
//
|
|
//
|
|
|
// Updates database dns record dynamically, showing its full domain path
|
|
// Updates database dns record dynamically, showing its full domain path
|
|
|
App.Actions.DB.update_dns_record_hint = function (elm, hint) {
|
|
App.Actions.DB.update_dns_record_hint = function (elm, hint) {
|
|
|
- domain = $('input[name="v_domain"]').val();
|
|
|
|
|
|
|
+ const domain = $('input[name="v_domain"]').val();
|
|
|
// clean hint
|
|
// clean hint
|
|
|
if (hint.trim() == '') {
|
|
if (hint.trim() == '') {
|
|
|
$(elm).parent().find('.hint').text('');
|
|
$(elm).parent().find('.hint').text('');
|