projects
/
project/filefield.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2ade782
)
#342336 by drewish: follow up to fix a bug.
author
andrew morton
Wed, 3 Dec 2008 22:03:54 +0000 (22:03 +0000)
committer
andrew morton
Wed, 3 Dec 2008 22:03:54 +0000 (22:03 +0000)
filefield.js
patch
|
blob
|
blame
|
history
diff --git
a/filefield.js
b/filefield.js
index
99f45b2
..
08cbfea
100644
(file)
--- a/
filefield.js
+++ b/
filefield.js
@@
-4,7
+4,7
@@
* Auto Attach standard client side file input validation
*/
Drupal.filefieldValidateAutoAttach = function() {
- $("input[@type='file'][accept]", context).change( function() {
+ $("input[@type='file']").change( function() {
// Remove any previous errors.
$('.file-upload-js-error').remove();