Issue
Tablets/desktop layout is set to expanding all sections by default on MinervaNeue. this creates a little bit of problem when a setting to enable/disable this feature is introduced on tablets. as a result, if you turn off "expand all sections" on tablets, it won't actually collapse all section which is the expected behaviour.
Expected behaviour
- on tablets+desktop this particular toggle should not appear in the settings page
Developer notes
Favor JavaScript use M.require( 'mobile.startup/Browser' ).isWideScreen() instead of CSS.
AC
- On a small screen device, the expand all sections beta option is displayed on Special:MobileOptions.
- On a large screen device, the expand all sections beta option is hidden on Special:MobileOptions and the Barack Obama page appears with all sections initially expanded.