Changeset 984
- Timestamp:
- 2008-07-23 19:20:00 (4 months ago)
- Files:
-
- trunk/chrome/content/integration/elements.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/integration/elements.js
r951 r984 568 568 else if ( 569 569 ctx.target 570 && ctx.target.localName.toLowerCase() == 'input' 571 && ctx.target.hasAttribute('type') 572 && ctx.target.getAttribute('type').toLowerCase() == 'submit' 573 && 'form' in ctx.target 570 && ('form' in ctx.target) 574 571 ) { 575 572 if (items[0]) {
