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

Merge branch '6.3'

This commit is contained in:
zhengxie
2019-01-02 12:53:36 +08:00
15 changed files with 286 additions and 27 deletions

View File

@@ -133,7 +133,7 @@ define([
if (this.currentView == this.dirView) {
if ($('#upload-file-dialog').is(':visible') &&
$('#upload-file-dialog .status').text() == window.fileuploading) {
if (!window.confirm('A file is being uploaded. Are you sure you want to leave this page?')) {
if (!window.confirm(gettext('A file is being uploaded. Are you sure you want to leave this page?'))) {
return false;
}
}