[web2py] Re: Writing time without seconds

2019-02-18 Thread mostwanted
Thanks Leonel On Friday, February 15, 2019 at 12:27:17 PM UTC+2, Leonel Câmara wrote: > > You actually have to edit web2py.js in your application and then where you > have: > > $(this).timeEntry({ > spinnerImage: '' > }).attr('autocomplete', 'off'); > > > Change it too > > $(this).timeEntry({

[web2py] Re: Writing time without seconds

2019-02-15 Thread Leonel Câmara
You actually have to edit web2py.js in your application and then where you have: $(this).timeEntry({ spinnerImage: '' }).attr('autocomplete', 'off'); Change it too $(this).timeEntry({ spinnerImage: '', showSeconds: false }).attr('autocomplete', 'off'); -- Resources: - http://web2