]> git.mxchange.org Git - friendica.git/blobdiff - library/tinymce/jscripts/tiny_mce/plugins/wordcount/editor_plugin_src.js
reverting tinymce changes, updating smarty to 3.1.19
[friendica.git] / library / tinymce / jscripts / tiny_mce / plugins / wordcount / editor_plugin_src.js
index 8556772cb1f027380730ea53a493d828d961ad51..34b265553f30f107cb42dc5df0a14bff7a185194 100644 (file)
@@ -18,7 +18,7 @@
                init : function(ed, url) {\r
                        var t = this, last = 0, VK = tinymce.VK;\r
 \r
-                       t.countre = ed.getParam('wordcount_countregex', /[\w\u2019\u00co-\u00ff^\uc397^u00f7\'-]+/g); // u2019 == ’ u00c0-u00ff extended latin chars with diacritical marks. exclude uc397 multiplication & u00f7 division\r
+                       t.countre = ed.getParam('wordcount_countregex', /[\w\u2019\'-]+/g); // u2019 == ’\r
                        t.cleanre = ed.getParam('wordcount_cleanregex', /[0-9.(),;:!?%#$?\'\"_+=\\\/-]*/g);\r
                        t.update_rate = ed.getParam('wordcount_update_rate', 2000);\r
                        t.update_on_delete = ed.getParam('wordcount_update_on_delete', false);\r