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({
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
2 matches
Mail list logo