This commit is contained in:
medet97 2020-05-14 19:20:44 +05:00
parent 128b3572b9
commit 518eca4fd1
1 changed files with 8 additions and 0 deletions

View File

@ -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>