Fix markup

This commit is contained in:
aignatov-bio 2020-09-15 12:51:58 +02:00
parent 3691d21215
commit 9cb26a1cb9

View file

@ -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'));