mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix smart annotation for comments
This commit is contained in:
parent
77b7b1b231
commit
2449f2b500
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ var CommentsSidebar = (function() {
|
|||
}
|
||||
|
||||
function initInputField() {
|
||||
$(document).on('ready', function() {
|
||||
$(document).on('turbolinks:load', function() {
|
||||
SmartAnnotation.init($(SIDEBAR).find('.comment-input-field'));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue