mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +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() {
|
||||
var selected_file = dirents.findWhere({'obj_name': file.name});
|
||||
if (selected_file.get('is_locked')) {
|
||||
|
Reference in New Issue
Block a user