mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 12:36:38 +00:00
assets/js/*: substitute VT w/ SP.
This commit is contained in:
parent
baacc19a67
commit
2e682e0af1
@ -68,8 +68,7 @@ var clipboard = (function () {
|
|||||||
import_colorcode: function (data, no_undo) {
|
import_colorcode: function (data, no_undo) {
|
||||||
if (data && data.preventDefault) {
|
if (data && data.preventDefault) {
|
||||||
data = import_textarea.value
|
data = import_textarea.value
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
data = data || import_textarea.value
|
data = data || import_textarea.value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user