Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_bookmark

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_bookmark - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

ep.json

@@ -12,3 +12,4 @@ {

"documentReady": "ep_bookmark/static/js/index",
"postAceInit": "ep_bookmark/static/js/index"
"postAceInit": "ep_bookmark/static/js/index",
"postToolbarInit": "ep_bookmark/static/js/index"
}

@@ -15,0 +16,0 @@ }

{
"name": "ep_bookmark",
"version": "1.0.0",
"version": "1.0.1",
"description": "Etherpad plugin for users to save a list of bookmarks of their visited pads locally in the browser's local storage",

@@ -5,0 +5,0 @@ "author": "gared (STEFAN MUELLER) <stefan@stefans-entwicklerecke.de>",

@@ -305,9 +305,6 @@ /**

var documentReady = function (hook, context) {
$("#managePadBookmarks").click(function () {
$("#managePadBookmarks a").click(function () {
var module = $("#padBookmarkManager");
if (module.css('display') != "none") {
module.slideUp("fast");
} else {
module.slideDown("fast");
if (module.css('display') == "none") {
$("#addPadBookmark").val(html10n.get("ep_bookmark.addPadToBookmarks"));

@@ -342,4 +339,9 @@ $("#infoText").attr("title", html10n.get("ep_bookmark.info.title"));

var postToolbarInit = function(hook, context) {
context.toolbar.registerDropdownCommand("padBookmarkManager");
}
// Export hook functions
exports.documentReady = documentReady;
exports.postAceInit = postAceInit;
exports.postToolbarInit = postToolbarInit;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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