Ticket #175: ticket175.patch
| File ticket175.patch, 0.6 KB (added by MartinBudden, 5 years ago) |
|---|
-
js/Config.js
11 11 cascadeFast: 20, // Speed for cascade animations (higher == slower) 12 12 cascadeSlow: 60, // Speed for EasterEgg cascade animations 13 13 cascadeDepth: 5, // Depth of cascade animation 14 displayStartupTime: false // Whether to display startup time 14 displayStartupTime: false, // Whether to display startup time 15 usePreForStorage: true // Whether to use <pre> format for storage 15 16 }; 16 17 17 18 // Adaptors
