Fixed wrong xpath syntax.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 22 Jun 2013 23:28:23 +0000 (01:28 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 23 Jun 2013 20:53:25 +0000 (22:53 +0200)
commit3836c96cc7b4e3e6737cb55f470f5c6eff110d52
tree2d69ceccd866bbfa11a69cc5cfbd16a0588c73dd
parent3cb7a162ad55d2fa284c38f447b5e2bc456ca40f
Fixed wrong xpath syntax.

Moved the //a[@href] to the front of the xpath expressions in hope this
will speedup the hint processing a little. Also disallowed to hint
disabled or readonly input fields. Fixed wrong replacements of "$C" in xpath
expressions, which only relaces the first occurrence of the needle in the
xpath string.
src/hints.js