Tooltip: Removing application role, should be set on application level

This commit is contained in:
jzaefferer 2010-10-26 14:40:48 +02:00
parent 8b4245ac7e
commit bd22613af7

View File

@ -14,11 +14,6 @@
*/
(function($) {
// role=application on body required for screenreaders to correctly interpret aria attributes
if( !$(document.body).is('[role]') ){
$(document.body).attr('role','application');
}
var increments = 0;
$.widget("ui.tooltip", {