]> source.dussan.org Git - nextcloud-server.git/commit
Fixes two issues if you using IE8. IE8 has problems with .bind actions and since...
authorlibasys <sebastian.doell@libasys.de>
Wed, 14 Nov 2012 15:05:24 +0000 (16:05 +0100)
committerlibasys <sebastian.doell@libasys.de>
Wed, 14 Nov 2012 15:05:24 +0000 (16:05 +0100)
commiteda9ce4cf8059b88c9c8e65037548357fc792257
treec7c43abc6e596d518e051debaeebcb485427add8
parent49f05dfadefc5ec38ff413adeeccae7fe5317dd8
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.
apps/files/js/fileactions.js