help desk create view

This commit is contained in:
merdan 2020-05-01 17:33:59 +05:00
parent 74da8ffd89
commit c2b46e8c21
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
$('input[name="subject"]').parent().addClass('d-none');
$('input[name="subject"]').val(this.text());
$('input[name="subject"]').val($(this).text());
}
});