Skip to content
Commit eda9ce4c authored by Sebastian Döll's avatar Sebastian Döll
Browse files

Fixes two issues if you using IE8. IE8 has problems with .bind actions and...

Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
parent 49f05dfa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment