]> BookStack Code Mirror - bookstack/commitdiff
Removed console.log & added readme discord badge
authorDan Brown <redacted>
Sun, 11 Aug 2019 19:30:51 +0000 (20:30 +0100)
committerDan Brown <redacted>
Sun, 11 Aug 2019 19:30:51 +0000 (20:30 +0100)
readme.md
resources/assets/js/components/wysiwyg-editor.js

index 276a3de2017e35fdf3856c55ba4826a8054ccfe9..62e2aa65d8abf959721ab412cec07a524f9e6888 100644 (file)
--- 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/.
 
index a356c6a9e2a0a4fcfa75028caa78a21ddf94c560..be0aaf18a1ebc742cd1adabe4b413e3466cbcaab 100644 (file)
@@ -557,7 +557,6 @@ class WysiwygEditor {
                 });
 
                 function editorChange() {
-                    console.log('CHANGE');
                     let content = editor.getContent();
                     window.$events.emit('editor-html-change', content);
                 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.