From: Dan Brown Date: Sun, 11 Aug 2019 19:30:51 +0000 (+0100) Subject: Removed console.log & added readme discord badge X-Git-Tag: v0.27~1^2~20 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/4de432b50dea0c5e41b63b442d4fbf492e3c702a?ds=inline;hp=--cc Removed console.log & added readme discord badge --- 4de432b50dea0c5e41b63b442d4fbf492e3c702a diff --git a/readme.md b/readme.md index 276a3de20..62e2aa65d 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,7 @@ [![GitHub release](https://img.shields.io/github/release/BookStackApp/BookStack.svg)](https://github.com/BookStackApp/BookStack/releases/latest) [![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/BookStackApp/BookStack/blob/master/LICENSE) [![Build Status](https://travis-ci.org/BookStackApp/BookStack.svg)](https://travis-ci.org/BookStackApp/BookStack) +[![Discord](https://img.shields.io/static/v1?label=Chat&message=Discord&color=738adb&logo=discord)](https://discord.gg/ztkBqR2) A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/. diff --git a/resources/assets/js/components/wysiwyg-editor.js b/resources/assets/js/components/wysiwyg-editor.js index a356c6a9e..be0aaf18a 100644 --- a/resources/assets/js/components/wysiwyg-editor.js +++ b/resources/assets/js/components/wysiwyg-editor.js @@ -557,7 +557,6 @@ class WysiwygEditor { }); function editorChange() { - console.log('CHANGE'); let content = editor.getContent(); window.$events.emit('editor-html-change', content); }