Repository: cordova-docs
Updated Branches:
  refs/heads/master 8d45babf2 -> 19a8f615c


CB-11157 Adding colons and semicolons to excluded characters in fragment 
creation. Verified with GitHub's anchor-making algorithm.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/19a8f615
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/19a8f615
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/19a8f615

Branch: refs/heads/master
Commit: 19a8f615ca1f8f8b07bb070f189da71ab79d7172
Parents: 8d45bab
Author: Dmitry Blotsky <dmitry.blot...@gmail.com>
Authored: Sat May 21 18:05:34 2016 -0400
Committer: Dmitry Blotsky <dmitry.blot...@gmail.com>
Committed: Fri May 27 17:33:10 2016 -0400

----------------------------------------------------------------------
 www/static/js/docs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/19a8f615/www/static/js/docs.js
----------------------------------------------------------------------
diff --git a/www/static/js/docs.js b/www/static/js/docs.js
index 4fb4f98..1309525 100644
--- a/www/static/js/docs.js
+++ b/www/static/js/docs.js
@@ -56,7 +56,7 @@ $(document).ready(function () {
         //      a better regex would have been /[^\d\s\w-_]/ug, but the 'u' 
flag
         //      (Unicode) is not supported in some browsers, and we support
         //      many languages that use Unicode characters
-        text = text.replace(/[\[\]\(\)\=\+\?\!\.\,\{\}\\\/\>\<]/g, '');
+        text = text.replace(/[\[\]\(\)\;\:\=\+\?\!\.\,\{\}\\\/\>\<]/g, '');
 
         // trim remaining whitespace
         text = text.trim();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to