help desk create view

This commit is contained in:
merdan 2020-05-01 17:09:26 +05:00
parent 3f8d3b8caa
commit 5dd70d3830
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
@section('after_scripts')
<script>
$('select[name="topic"]').on('change', function() {
$('input[name="subject"]').val(this.value);
$('input[name="subject"]').val(this.html());
});
</script>