Fixed typo.
This commit is contained in:
parent
cc224ac80d
commit
8e58838a84
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
|
|
||||||
// cleanup
|
// cleanup
|
||||||
text = App.Utils.removeEmptyLines(text)
|
text = App.Utils.removeEmptyLines(text)
|
||||||
_this.log('insert', test)
|
_this.log('insert', text)
|
||||||
document.execCommand('insertHTML', false, text)
|
document.execCommand('insertHTML', false, text)
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue