allow for data attribute in annotation html (use case: display rounded value, store precise value)
This commit is contained in:
parent
1ff7846e71
commit
09796cd151
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
return Ox.stripTags(value);
|
||||
}
|
||||
: null,
|
||||
globalAttributes: ['lang'],
|
||||
globalAttributes: ['data', 'lang'],
|
||||
highlight: self.options.highlight,
|
||||
placeholder: Ox._('Loading...'),
|
||||
separator: ';',
|
||||
|
|
Loading…
Reference in a new issue