Background
The Toggler.js code (src/mobile.startup/Toggler.js) uses session storage to track open sections and restore the page on reload/back button. Following the changes to section heading markup this no longer works. In T373798 we discovered this is no longer being utilized and can be removed given the back/forward cache is supported by all browsers now.
User story
As a reader I don't want Wikipedia to store data it doesn't use.
Requirements
- The following functions have been removed from Toggler:
- getExpandedSections
- expandStoredSections
- Any methods used exclusively by these methods.
BDD
- For QA engineer to fill out
Test Steps
- For QA engineer to fill out
Design
- Add mockups and design requirements
Acceptance criteria
- Add acceptance criteria
Communication criteria - does this need an announcement or discussion?
- Add communication criteria
Rollback plan
- What is the rollback plan in production for this task if something goes wrong?
This task was created by Version 1.2.0 of the Web team task template using phabulous