assets/js/*: substitute VT w/ SP.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-24 08:52:28 +01:00
parent baacc19a67
commit 2e682e0af1
5 changed files with 23 additions and 24 deletions

View File

@ -68,8 +68,7 @@ var clipboard = (function () {
import_colorcode: function (data, no_undo) {
if (data && data.preventDefault) {
data = import_textarea.value
}
else {
} else {
data = data || import_textarea.value
}