29 lines
516 B
JavaScript
29 lines
516 B
JavaScript
/*
|
|
User's custom scripts for JMRI web server.
|
|
|
|
To use this file:
|
|
1. Create the directory web/js in your JMRI User Files location (use the
|
|
Help->Locations menu in any JMRI application to open the User Files).
|
|
2. Copy this file to user.js in the directory created in step 1 above.
|
|
3. Edit the file created in step 2 to add additional JavaScript code to
|
|
most JMRI web pages (those pages that include the script tag
|
|
<script src="/js/user.js"></script>
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|