Skip to content

Commit

Permalink
Merge pull request #10309 from Yoast/stories/revert-openSidebarSectio…
Browse files Browse the repository at this point in the history
…ns-redux

Revert "Merge pull request #9381 from Yoast/stories/9305-2-implement-openSections"
  • Loading branch information
maartenleenders authored Jul 12, 2018
2 parents c8e9604 + 656cf74 commit 6553517
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 203 deletions.
44 changes: 0 additions & 44 deletions js/src/redux/actions/openSidebarSections.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/src/redux/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import activeTab from "./activeTab";
import isCornerstone from "./cornerstoneContent";
import keywords from "./keywords";
import marksButtonStatus from "./markerButtons";
import openSidebarSections from "./openSidebarSections";
import snippetEditor from "./snippetEditor";
import analysisDataReducer from "./analysisData";

Expand All @@ -16,7 +15,6 @@ export default {
isCornerstone,
keywords,
marksButtonStatus,
openSidebarSections,
snippetEditor,
analysisData: analysisDataReducer,
};
57 changes: 0 additions & 57 deletions js/src/redux/reducers/openSidebarSections.js

This file was deleted.

34 changes: 0 additions & 34 deletions js/tests/redux/actions/openSidebarSections.test.js

This file was deleted.

66 changes: 0 additions & 66 deletions js/tests/redux/reducers/openSidebarSections.test.js

This file was deleted.

0 comments on commit 6553517

Please sign in to comment.