mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Progressbar: Remove core event/alias and deprecated module dependencies
This commit is contained in:
parent
ba37ca9ea5
commit
c79bc7f040
@ -59,7 +59,7 @@
|
||||
text: "Close",
|
||||
click: closeDownload
|
||||
}]);
|
||||
$(".ui-dialog button").last().focus();
|
||||
$(".ui-dialog button").last().trigger( "focus" );
|
||||
}
|
||||
});
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
progressbar.progressbar( "value", false );
|
||||
progressLabel
|
||||
.text( "Starting download..." );
|
||||
downloadButton.focus();
|
||||
downloadButton.trigger( "focus" );
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user