typo
This commit is contained in:
parent
a5d23b5c3f
commit
5cca2aca81
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
autocompleteSelectHighlight: true,
|
||||
autocompleteSelectMaxWidth: 256,
|
||||
autocompleteSelectOffset: {left: 0, top: 0},
|
||||
autocompleteSelectUpdate: true
|
||||
autocompleteSelectUpdate: true,
|
||||
unformat: function(value) {
|
||||
return Ox.stripTags(value);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue