ep_cursortrace
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "ep_cursortrace", | ||
"description": "Show cursor/caret movements of other users in real time", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "contributors": [{ |
@@ -250,3 +250,3 @@ var initiated = false; | ||
function html_substr( str, count ) { | ||
if( $.browser.msie ) return ""; // IE can't handle processing any of the X position stuff so just return a blank string | ||
if( browser.msie ) return ""; // IE can't handle processing any of the X position stuff so just return a blank string | ||
// Basically the recursion makes IE run out of memory and slows a pad right down, I guess a way to fix this would be to | ||
@@ -253,0 +253,0 @@ // only wrap the target / last span or something or stop it destroying and recreating on each change.. |
17394