ep_cursortrace
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "ep_cursortrace", | ||
"description": "Show cursor/caret movements of other users in real time", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "repository":"git@github.com:redhog/ep_cursortrace.git", |
@@ -215,3 +215,3 @@ var initiated = false; | ||
if((divMargin + innerdocbodyMargin) > 0){ | ||
console.log("divMargin", divMargin); | ||
// console.log("divMargin", divMargin); | ||
left = left + divMargin; | ||
@@ -218,0 +218,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
19642