mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
[fileupload] update-confirm-popup: fix
This commit is contained in:
@@ -248,7 +248,7 @@ define([
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('#simplemodal-container').css({'height':'auto'});
|
$('#simplemodal-container').css({'width':'auto', 'height':'auto'});
|
||||||
$('.yes', confirm_popup).click(function() {
|
$('.yes', confirm_popup).click(function() {
|
||||||
var selected_file = dirents.findWhere({'obj_name': file.name});
|
var selected_file = dirents.findWhere({'obj_name': file.name});
|
||||||
if (selected_file.get('is_locked')) {
|
if (selected_file.get('is_locked')) {
|
||||||
|
Reference in New Issue
Block a user