1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00

Fixed upload/update progress bug in chrome

This commit is contained in:
zhengxie
2012-11-24 22:16:12 +08:00
parent 43ff32acb2
commit 0cd133657a
3 changed files with 8 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ function submit_and_real_time_show (dialog_id) {
// Update progress bar: for chrome
if ($.browser.safari) {
$('#request-progress').attr('src', '{{ SITE_ROOT }}file_upload_progress_page/?uuid=' + uuid);
$(dialog_id + ' iframe').attr('src', '{{ SITE_ROOT }}file_upload_progress_page/?uuid=' + uuid + '&dlg_id=' + dialog_id.substr(1));
}
return false;