Sha256: a15f7a23a607b2993a8f52a645f7a90c86a4f60c74a02ec3b836e36e31e62236
Contents?: true
Size: 137 Bytes
Versions: 23
Compression:
Stored size: 137 Bytes
Contents
function wp7_change_forms_action_to_get() { for(i=0;i<document.forms.length; i++) { document.forms[i].method = "GET"; } }
Version data entries
23 entries across 23 versions & 1 rubygems