ep_context
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"description": "Context for Etherpad Documents, very WIP.", | ||
"name": "ep_context", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "John McLear", |
@@ -23,2 +23,5 @@ var _, $, jQuery; | ||
exports.postAceInit = function(hook, context){ | ||
// Put the styles available as external so things like table of contents can smell them | ||
clientVars.plugins.plugins.ep_context.styles = styles; | ||
// Setup a crude enter count | ||
@@ -25,0 +28,0 @@ clientVars.plugins.plugins.ep_context.crudeEnterCounter = 0; |
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
22059
571