mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-18 22:58:53 +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();
|
initRefreshStatusBar();
|
||||||
initImport();
|
initImport();
|
||||||
initExport();
|
initExport();
|
||||||
|
CommentsHelper.bindNewElement();
|
||||||
|
CommentsHelper.initialize();
|
||||||
initTutorial();
|
initTutorial();
|
||||||
|
|
|
||||||
|
|
@ -270,6 +270,9 @@ $(document).ready(function(){
|
||||||
initTutorial();
|
initTutorial();
|
||||||
applyCollapseLinkCallBack();
|
applyCollapseLinkCallBack();
|
||||||
|
|
||||||
|
CommentsHelper.bindNewElement();
|
||||||
|
CommentsHelper.initialize();
|
||||||
|
|
||||||
initCommentOptions("ul.content-comments");
|
initCommentOptions("ul.content-comments");
|
||||||
initEditComments("#results");
|
initEditComments("#results");
|
||||||
initDeleteComments("#results");
|
initDeleteComments("#results");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue