New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ep_comments_page

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_comments_page - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

locales/fr.json

2

package.json
{
"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 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc