Skip to content

Commit

Permalink
Updated jQuery show method to have 'fast' in it's arguments so it wil…
Browse files Browse the repository at this point in the history
…l work with later versions of jQuery and Rails JS
  • Loading branch information
iwasrobbed committed Jul 11, 2011
1 parent 17321c3 commit e12c56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/uploads_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def s3_uploader(options = {})
$('span.ui-label').show();
// start the uploader after the progress bar shows
$('#progress_bar').show(function () {
$('#progress_bar').show('fast', function () {
uploader.start();
});
});
Expand Down

0 comments on commit e12c56f

Please sign in to comment.