Revision: 8940
http://languagetool.svn.sourceforge.net/languagetool/?rev=8940&view=rev
Author: dnaber
Date: 2013-01-10 18:44:07 +0000 (Thu, 10 Jan 2013)
Log Message:
-----------
online check: fix for Chrome
Modified Paths:
--------------
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/atd.core.js
Modified:
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/atd.core.js
===================================================================
--- trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/atd.core.js
2013-01-10 17:06:02 UTC (rev 8939)
+++ trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/atd.core.js
2013-01-10 18:44:07 UTC (rev 8940)
@@ -236,6 +236,7 @@
.replace(/<br>/g, "\n")
.replace(/<br\s*\/>/g, "\n")
.replace(/<.*?>/g, "")
+ .replace(/ /g, " ") // for Chrome - no idea where this comes
from
.replace(/\ufeff/g, ""); // feff = 65279 = cursor code
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits