os0x / AutoPatchWork

http://code.google.com/p/autopatchwork/
32 stars 17 forks source link

Bugfix for actions and values being deallocated from next page #1

Closed KovuTheHusky closed 12 years ago

KovuTheHusky commented 12 years ago

For pages where you rely on a form action or a value, the next.action or next.value can be undefined and the next page will not load. This is a fix for that and it just uses getAttribute like you did for the href property.