help desk create view

This commit is contained in:
merdan 2020-05-04 17:11:44 +05:00
parent 4a7d4d8df2
commit 4dae1fcf8a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
@section('after_scripts')
<script>
$('select[name="topic"]').on('change', function() {
alert(this.value);
alert(this.options[this.selectedIndex].text);
if(this.options[this.selectedIndex].value == 0)
{