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