> And now that I think about it, the `beforeSend` option makes no sense, this > code executes `$.blockUI(this.$element)` immediately and the value for the > `beforeSend` option is the return value of `$.blockUI` (probably `undefined`), > just put the `$.blockUI` call right before the `get_file` one it'll have the > same behavior and won't be misleading.
Fixed in revID:[email protected] -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-908723-vda/+merge/86893 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-908723-vda. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

