Skip to content

Commit

Permalink
Update assets/js/peach.js
Browse files Browse the repository at this point in the history
  • Loading branch information
psaia committed May 23, 2012
1 parent bf34f62 commit e446be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/peach.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ var dropbox_handler = function (e) {
if (file[0].fileSize > MAXSIZE)
return alert('File is too large. Perhaps try deleting the cache?');

filename = 'migrated-'+file[0].fileName;
filename = 'migrated-'+file[0].name;
PEACH.file_manager.read(file[0], scenes.show_form);
$dropbox_section.activity({
valign: 'bottom',
Expand Down

0 comments on commit e446be5

Please sign in to comment.