ep_comments_page
Advanced tools
Comparing version 0.0.33 to 0.0.34
{ | ||
"description": "Adds comments on sidebar and link it to the text. Support for Page View, requires ep_page_view", | ||
"name": "ep_comments_page", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Nicolas Lescop", |
@@ -117,11 +117,8 @@ var $ = require('ep_etherpad-lite/static/js/rjquery').$; | ||
$(document).on("touchstart click", function(e){ | ||
e.stopImmediatePropagation(); // to avoid trying to close a comment on both touch and click | ||
closeOpenedCommentIfNotOnSelectedElements(e); | ||
}); | ||
getPadOuter().find('html').on("touchstart click", function(e){ | ||
e.stopImmediatePropagation(); // to avoid trying to close a comment on both touch and click | ||
closeOpenedCommentIfNotOnSelectedElements(e); | ||
}); | ||
getPadInner().find('html').on("touchstart click", function(e){ | ||
e.stopImmediatePropagation(); // to avoid trying to close a comment on both touch and click | ||
closeOpenedCommentIfNotOnSelectedElements(e); | ||
@@ -128,0 +125,0 @@ }); |
219185
47
4976