Removed console.log & added readme discord badge
This commit is contained in:
parent
20c36d58a6
commit
4de432b50d
|
@ -3,6 +3,7 @@
|
||||||
[](https://github.com/BookStackApp/BookStack/releases/latest)
|
[](https://github.com/BookStackApp/BookStack/releases/latest)
|
||||||
[](https://github.com/BookStackApp/BookStack/blob/master/LICENSE)
|
[](https://github.com/BookStackApp/BookStack/blob/master/LICENSE)
|
||||||
[](https://travis-ci.org/BookStackApp/BookStack)
|
[](https://travis-ci.org/BookStackApp/BookStack)
|
||||||
|
[](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/.
|
A platform for storing and organising information and documentation. General information and documentation for BookStack can be found at https://www.bookstackapp.com/.
|
||||||
|
|
||||||
|
|
|
@ -557,7 +557,6 @@ class WysiwygEditor {
|
||||||
});
|
});
|
||||||
|
|
||||||
function editorChange() {
|
function editorChange() {
|
||||||
console.log('CHANGE');
|
|
||||||
let content = editor.getContent();
|
let content = editor.getContent();
|
||||||
window.$events.emit('editor-html-change', content);
|
window.$events.emit('editor-html-change', content);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue