• Fix for js.time_limit stuck at 0

    From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Fri Sep 1 11:10:12 2023
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/325#note_3865

    The correct way to save and restore values (even up on abend/crash of the script) is via `js.on_exit()`.For example:```js.on_exit("js.time_limit = " + js.time_limit);js.time_limit = 0;```
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Fri Sep 1 12:02:36 2023
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/325#note_3868

    Changed per your suggestion. Thanks.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)