help desk create view
This commit is contained in:
parent
74da8ffd89
commit
c2b46e8c21
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
$('input[name="subject"]').parent().addClass('d-none');
|
||||
|
||||
$('input[name="subject"]').val(this.text());
|
||||
$('input[name="subject"]').val($(this).text());
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue