Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -217,7 +217,8 @@ |
218 | 218 | Setting preferences in $wgDefaultUserOptions still work fine, but when reading |
219 | 219 | them (i.e. with array_keys) to get a list of all preferences, then |
220 | 220 | $wgDefaultUserOptions should no longer be used as it will contain those set via |
221 | | - User:getDefaultOptions(). |
| 221 | +* (bug 30497) Add client-nojs and client-js classes on document element |
| 222 | + to let styles easily hide or show things based on general JS availability |
222 | 223 | |
223 | 224 | === Bug fixes in 1.18 === |
224 | 225 | * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) |