mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Fix markup
This commit is contained in:
parent
3691d21215
commit
9cb26a1cb9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ var SmartAnnotation = (function() {
|
|||
|
||||
function init() {
|
||||
$(field)
|
||||
.on("shown.atwho", function(event, flag, query) {
|
||||
.on("shown.atwho", function() {
|
||||
var $currentAtWho = $('.atwho-view[style]:not(.old)');
|
||||
$currentAtWho.addClass('old');
|
||||
$(field).data('smart-annotation', $currentAtWho.attr('id'));
|
||||
|
|
Loading…
Reference in a new issue