HelpDesk
This commit is contained in:
parent
128b3572b9
commit
518eca4fd1
|
|
@ -73,4 +73,12 @@
|
|||
@if(session()->get('message'))
|
||||
<script>showMessage('{{\Session::get('message')}}');</script>
|
||||
@endif
|
||||
|
||||
<script>
|
||||
$('document').ready(function () {
|
||||
$("#helpSearchSubmit").bind('click', function () {
|
||||
$("#helpSearchForm").submit();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue