We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d80234 commit cf49945Copy full SHA for cf49945
2 files changed
web/js/pages/add_dns_rec.js
@@ -2,7 +2,7 @@
2
//
3
// Updates database dns record dynamically, showing its full domain path
4
App.Actions.DB.update_dns_record_hint = function (elm, hint) {
5
- domain = $('input[name="v_domain"]').val();
+ const domain = $('input[name="v_domain"]').val();
6
// clean hint
7
if (hint.trim() == '') {
8
$(elm).parent().find('.hint').text('');
web/js/pages/edit_dns_rec.js
@@ -3,7 +3,7 @@
9
}
0 commit comments