mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
fixes protocol and results comments
This commit is contained in:
parent
980ff63104
commit
1cdfde827f
2 changed files with 5 additions and 0 deletions
|
@ -554,4 +554,6 @@ initLoadFromRepository();
|
|||
initRefreshStatusBar();
|
||||
initImport();
|
||||
initExport();
|
||||
CommentsHelper.bindNewElement();
|
||||
CommentsHelper.initialize();
|
||||
initTutorial();
|
||||
|
|
|
@ -270,6 +270,9 @@ $(document).ready(function(){
|
|||
initTutorial();
|
||||
applyCollapseLinkCallBack();
|
||||
|
||||
CommentsHelper.bindNewElement();
|
||||
CommentsHelper.initialize();
|
||||
|
||||
initCommentOptions("ul.content-comments");
|
||||
initEditComments("#results");
|
||||
initDeleteComments("#results");
|
||||
|
|
Loading…
Reference in a new issue