help desk create view
This commit is contained in:
parent
3f8d3b8caa
commit
5dd70d3830
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue