org-info.js: Allow regexp.
commiteaf85b25298526ebd8bb987645403f5a1b8d8903
authorSebastian Rose, Hannover, Germany <sebastian_rose@gmx.de>
Sun, 31 May 2009 01:59:32 +0000 (31 03:59 +0200)
committerSebastian Rose, Hannover, Germany <sebastian_rose@gmx.de>
Sun, 31 May 2009 01:59:32 +0000 (31 03:59 +0200)
tree20485f5b4c31c60656bfd87c8989425ce1619718
parent9d5c46e31f05fb0e1c42ef17db7e2c2678fa7a31
org-info.js: Allow regexp.

Allow   .*   when searching.  .*  is transformed to  [^<>]  to avoid matching across HTML tags.
code/org-info-js/org-info-src.js
code/org-info-js/org-info.js