diff options
author | anekos | 2011-06-27 23:37:22 +0900 |
---|---|---|
committer | anekos | 2011-06-27 23:37:22 +0900 |
commit | e5cbb49f5e0c7a1e0f431a5f31dd13863cadc0f9 (patch) | |
tree | d44d190c498fe59d700deb57fbe98873a819c33a /walk-input.js | |
parent | 372471280df74fbf62c49260adb8d68d3a9a4091 (diff) | |
download | vimperator-plugins-e5cbb49f5e0c7a1e0f431a5f31dd13863cadc0f9.tar.bz2 |
値は関係ないっぽい
Diffstat (limited to 'walk-input.js')
-rw-r--r-- | walk-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/walk-input.js b/walk-input.js index be214aa..7e61663 100644 --- a/walk-input.js +++ b/walk-input.js @@ -82,7 +82,7 @@ var types = [ "tel", "color", ].map(function(type) "@type=" + type.quote()).join(" or "); -var xpath = '//input[(' + types + ' or not(@type)) and not(@disabled="disabled")] | //textarea'; +var xpath = '//input[(' + types + ' or not(@type)) and not(@disabled)] | //textarea'; function isVisible (elem) { while (elem && !(elem instanceof HTMLDocument)) { |