mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
Merge branch '6.0'
Conflicts: seahub/templates/sysadmin/sysadmin_backbone.html seahub/urls.py seahub/views/sysadmin.py static/scripts/app/views/dir.js
This commit is contained in:
@@ -268,7 +268,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