Skip to content

Commit c79bc7f

Browse files
committed
Progressbar: Remove core event/alias and deprecated module dependencies
1 parent ba37ca9 commit c79bc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/progressbar/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
text: "Close",
6060
click: closeDownload
6161
}]);
62-
$(".ui-dialog button").last().focus();
62+
$(".ui-dialog button").last().trigger( "focus" );
6363
}
6464
});
6565

@@ -81,7 +81,7 @@
8181
progressbar.progressbar( "value", false );
8282
progressLabel
8383
.text( "Starting download..." );
84-
downloadButton.focus();
84+
downloadButton.trigger( "focus" );
8585
}
8686
});
8787
</script>

0 commit comments

Comments
 (0)