ep_button_link
Advanced tools
Comparing version 0.0.1 to 0.0.4
@@ -43,4 +43,3 @@ var settings = require('ep_etherpad-lite/node/utils/Settings'); | ||
} | ||
console.warn(ep_button_link); | ||
return callback({ep_button_link: ep_button_link}); | ||
}; |
{ | ||
"name": "ep_button_link", | ||
"description": "Adds a button to the toolbar that links out to a new window", | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"author": "johnyma22 (John McLear) <john@mclear.co.uk>", | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
@@ -11,6 +11,6 @@ # Add a button to the toolbar | ||
"ep_button_link": { | ||
text = "Hello world", | ||
link = "http://whatever.com, | ||
classes = "grouped-left", | ||
before = "timesliderlink" | ||
text: "Hello world", | ||
link: "http://whatever.com", | ||
classes: "grouped-left", | ||
before: "#timesliderlink" | ||
} | ||
@@ -17,0 +17,0 @@ ``` |
@@ -9,4 +9,4 @@ exports.postAceInit = function(hook_name, args, cb) { | ||
$(before).parent().before(button); | ||
$('#ep_button_link_span').css({"background-image":"none", "width": "auto", "color":"#666"}); | ||
$('#ep_button_link_span').css({"background-image":"none", "width": "auto", "color":"#666", "font-size":"16px", "margin-top":"-3px"}); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3576
64