mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix markup
This commit is contained in:
parent
ff33cb45e0
commit
4f7814cff4
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ var SmartAnnotation = (function() {
|
|||
},
|
||||
tplEval: function(_tpl, items) {
|
||||
var $items = $(items.name);
|
||||
$items.find('li').data('item-data', {'atwho-at': at}); // Emulate at.js insertContentFor method
|
||||
$items.find('li').data('item-data', { 'atwho-at': at }); // Emulate at.js insertContentFor method
|
||||
return $items;
|
||||
},
|
||||
highlighter: function(li, query) {
|
||||
|
@ -183,7 +183,7 @@ var SmartAnnotation = (function() {
|
|||
},
|
||||
tplEval: function(_tpl, items) {
|
||||
var $items = $(items.name);
|
||||
$items.find('li').data('item-data', {'atwho-at': '@'}); // Emulate at.js insertContentFor method
|
||||
$items.find('li').data('item-data', { 'atwho-at': '@' }); // Emulate at.js insertContentFor method
|
||||
return $items;
|
||||
},
|
||||
highlighter: function(li, query) {
|
||||
|
|
Loading…
Reference in a new issue