Fixed typo.

This commit is contained in:
Martin Edenhofer 2015-12-28 08:42:56 +01:00
parent cc224ac80d
commit 8e58838a84

View file

@ -142,7 +142,7 @@
// cleanup
text = App.Utils.removeEmptyLines(text)
_this.log('insert', test)
_this.log('insert', text)
document.execCommand('insertHTML', false, text)
return true
})