Jesse Vista
Results
2
comments of
Jesse Vista
When the `fetch` method is called, there is a `race` between the search being canceled and the request finishing. While this may be useful, this does not appear to `abort`...
@mpociot Im wondering if we could do something like this in the `resources/views/index.blade.php` file: ``` @if(is_array($lang)) {{array_values($lang)[0]}} @else {{$lang}} @endif ``` Doing this will mess with the JavaScript that is...