Rev 1608 | Rev 1614 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1608 | Rev 1609 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | 1 | ||
| 2 | var |
2 | var global_legacy = false; |
| 3 | 3 | ||
| 4 | function Start() |
4 | function Start(legacy) |
| 5 | { |
5 | { |
| - | 6 | global_legacy = legacy; |
|
| - | 7 | ||
| 6 | if ( |
8 | if (global_legacy) |
| 7 | { |
9 | { |
| 8 | LoadScript("legacy/System/Base.js"); |
10 | LoadScript("legacy/System/Base.js"); |
| 9 | LoadScript("legacy/System/Startup.js"); |
11 | LoadScript("legacy/System/Startup.js"); |
| 10 | LoadScript("legacy/Autostart.js"); |
12 | LoadScript("legacy/Autostart.js"); |
| 11 | 13 | ||