[jQuery] Fix for unblocking the UI in IE 8.0

[jQuery] Fix for unblocking the UI in IE 8.0


jQuery BlockUI 2.23 (21-Jun-2009)
Issue: When clicking on the button "Default Message" in the "Page
Blocking Examples" page (http://malsup.com/jquery/block/#page) the
mouse cursor does not reset to the "default" style when the UI is
unblocked.
How to fix: Insert the following line to the line #344, in the
jquery.blockUI.js file at the reset() function:
data.el.style.cursor = 'default';
Regards,
Vinicius Fonseca