fixes protocol and results comments

This commit is contained in:
zmagod 2016-09-27 09:26:25 +02:00
parent 980ff63104
commit 1cdfde827f
2 changed files with 5 additions and 0 deletions

View file

@ -554,4 +554,6 @@ initLoadFromRepository();
initRefreshStatusBar();
initImport();
initExport();
CommentsHelper.bindNewElement();
CommentsHelper.initialize();
initTutorial();

View file

@ -270,6 +270,9 @@ $(document).ready(function(){
initTutorial();
applyCollapseLinkCallBack();
CommentsHelper.bindNewElement();
CommentsHelper.initialize();
initCommentOptions("ul.content-comments");
initEditComments("#results");
initDeleteComments("#results");