Skip to content
  • rswindell's avatar
    Moved all the user-related constants from sbbsdefs.js to (new file) · 713742b8
    rswindell authored
    userdefs.js and require() it from sbbsdefs.js, so no existing scripts that
    use these constants should need to change.
    This allows:
    1. use of const over var for proper JS constant definition via require()
    2. more optimal load()ing of only what you need for your script to execute
    713742b8