paulohabl
paulohabl
Offline
0
The auto save feature interferes on the writing of the forms, messing the writing. I could cope with it if possibly it was not so frequent. How the time to auto-save can be changed?

Accepted Answer

Friday, July 27 2018, 08:54 AM - #Permalink
0
it's set directly in the /administrator/components/com_invoices/assets/js/invoices.js file, around line 395:

autosave_interval_id = window.setInterval("autosave()", 10000);


10000 means 10 seconds. (10000 milliseconds)
The reply is currently minimized Show
Responses (2)
  • Accepted Answer

    paulohabl
    paulohabl
    Offline
    Friday, July 27 2018, 12:11 PM - #Permalink
    0
    Thank you for your attention.
    The reply is currently minimized Show
  • Accepted Answer

    paulohabl
    paulohabl
    Offline
    Wednesday, April 17 2019, 11:08 AM - #Permalink
    0
    Shouldn't we have a field in the settings page to fix this?
    The reply is currently minimized Show
Your Reply