help desk create view
This commit is contained in:
parent
4a7d4d8df2
commit
4dae1fcf8a
|
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue