File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22//
33// Updates database dns record dynamically, showing its full domain path
44App . Actions . DB . update_dns_record_hint = function ( elm , hint ) {
5- domain = $ ( 'input[name="v_domain"]' ) . val ( ) ;
5+ const domain = $ ( 'input[name="v_domain"]' ) . val ( ) ;
66 // clean hint
77 if ( hint . trim ( ) == '' ) {
88 $ ( elm ) . parent ( ) . find ( '.hint' ) . text ( '' ) ;
Original file line number Diff line number Diff line change 33// Updates database dns record dynamically, showing its full domain path
44App . Actions . DB . update_dns_record_hint = function ( elm , hint ) {
55 // clean hint
6- domain = $ ( 'input[name="v_domain"]' ) . val ( ) ;
6+ const domain = $ ( 'input[name="v_domain"]' ) . val ( ) ;
77 if ( hint . trim ( ) == '' ) {
88 $ ( elm ) . parent ( ) . find ( '.hint' ) . text ( '' ) ;
99 }
You can’t perform that action at this time.
0 commit comments