FIX: activar busqueda cuando tiene query definido
This commit is contained in:
@ -316,8 +316,10 @@
|
||||
$('#tipo').dropdown().dropdown('set selected', '*')
|
||||
@if (trim($post) !== '')
|
||||
$("[name='query']").val('{!! $post !!}')
|
||||
this.get().results()
|
||||
@elseif (trim($query) !== '')
|
||||
$("[name='query']").val('{!! $query !!}')
|
||||
this.get().results()
|
||||
@endif
|
||||
@if (trim($tipo) !== '')
|
||||
$('#tipo').dropdown('set selected', '{{$tipo}}')
|
||||
|
Reference in New Issue
Block a user