diff --git a/frontend/public/index.html b/frontend/public/index.html index 5412ec06..aa069f27 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,8 +9,6 @@ name="description" content="Web site created using create-react-app" /> - - - diff --git a/frontend/src/EditPage.js b/frontend/src/EditPage.js index a3a140f7..a0f12b0e 100644 --- a/frontend/src/EditPage.js +++ b/frontend/src/EditPage.js @@ -31,17 +31,6 @@ class HomePage extends React.Component { return true; } - startEditor () { - const pages = document.querySelectorAll(".pc"), - editor = new MediumEditor(pages, { toolbar: { - buttons: ['bold', 'italic', 'underline', 'anchor'], - }}) - } - - componentDidMount () { - this.startEditor() - } - errorpage() { return (