forked from 0x2620/oxjs
update video editor and css
This commit is contained in:
parent
88f31a5ae3
commit
e4dd393834
5 changed files with 65 additions and 9 deletions
|
|
@ -185,7 +185,6 @@ Ox.Editable = function(options, self) {
|
|||
return self.options.type == 'input'
|
||||
? self.options.value.replace(/ /g, ' ')
|
||||
: Ox.encodeHTML(self.options.value || ' ')
|
||||
//.replace(/ /g, ' ')
|
||||
.replace(/\n$/, '\n ')
|
||||
.replace(/\n/g, '<br/>')
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue