123456789101112131415161718 |
- /*
- Dummy Module Registration Information
-
- Do not try to call any AJGI users / filepath functions in this script.
- */
- //Define the launchInfo for the module
- var moduleLaunchInfo = {
- Name: "Dummy",
- Group: "Interface Module",
- IconPath: "Dummy/img/small_icon.png",
- Version: "0.1",
- StartDir: "Dummy/index.html"
- }
- //Register the module
- registerModule(JSON.stringify(moduleLaunchInfo));
|