dbr0

Results 3 issues of dbr0

Hi is there a simple way to define `AM` as a default in twelve hour mode? I managed to do it with [laravel-elixir-replace](https://www.npmjs.com/package/laravel-elixir-replace) by replacing `setAMorPM("pm")` with `setAMorPM("am")` but I...

Explain what each parameter does: ``` 'tntsearch' => [ 'storage' => storage_path(), //place where the index files will be stored 'fuzziness' => env('TNTSEARCH_FUZZINESS', false), 'fuzzy' => [ 'prefix_length' => 2,...

My HTML: `` My jquery script: ``` $('#start_time').pickatime({ autoclose: false, twelvehour: true }); ``` And this is only triggered when I select the time for the first time: ``` $(document).on('change','#start_time',function(){...