Skip to content

Commit

Permalink
Merge pull request jquery#431 from DenisKnauf/master
Browse files Browse the repository at this point in the history
input type=datetime-local (ajax doesn't support it, yet)
  • Loading branch information
dmethvin committed Aug 4, 2011
2 parents 84936f1 + bb7d98f commit 2e298d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var r20 = /%20/g,
rCRLF = /\r?\n/g,
rhash = /#.*$/,
rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
rinput = /^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
// #7653, #8125, #8152: local protocol detection
rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
rnoContent = /^(?:GET|HEAD)$/,
Expand Down

0 comments on commit 2e298d9

Please sign in to comment.