Rev 1619 | Rev 1644 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1619 | Rev 1625 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | LoadScript("common/json.js"); |
4 | LoadScript("common/json.js"); |
| 5 | 5 | ||
| 6 | function Start(legacy) |
6 | function Start(legacy) |
| 7 | { |
7 | { |
| 8 | global_legacy = legacy; |
8 | global_legacy = legacy; |
| - | 9 | ||
| - | 10 | LoadScript("common/alias.js"); |
|
| - | 11 | LoadScript("common/irrecord.js"); |
|
| 9 | 12 | ||
| 10 | if (global_legacy) |
13 | if (global_legacy) |
| 11 | { |
14 | { |
| 12 | LoadScript("legacy/System/Base.js"); |
15 | LoadScript("legacy/System/Base.js"); |
| 13 | LoadScript("legacy/System/Startup.js"); |
16 | LoadScript("legacy/System/Startup.js"); |