mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
Merge branch '5.1'
Conflicts: seahub/group/templates/group/group_base.html seahub/templates/home_base.html seahub/templates/js/sysadmin-templates.html seahub/templates/js/templates.html seahub/templates/libraries.html seahub/templates/pub_base.html static/scripts/app/views/group-discussions.js
This commit is contained in:
@@ -546,6 +546,7 @@ define([
|
||||
focus: false,
|
||||
containerCss: {'padding':'20px 25px'}
|
||||
});
|
||||
file_name.focus();
|
||||
$('#simplemodal-container').css({'height':'auto'});
|
||||
|
||||
$('.set-file-type', form).click(function() {
|
||||
@@ -781,7 +782,7 @@ define([
|
||||
var $all_dirent_checkbox = this.$('[type=checkbox]');
|
||||
var $dirents_op = this.$('#multi-dirents-op');
|
||||
|
||||
var $curDirOps = this.$('#upload-file, #add-new-dir, #add-new-file, #share-cur-dir');
|
||||
var $curDirOps = this.$('#cur-dir-ops');
|
||||
|
||||
if ($el.prop('checked')) {
|
||||
$all_dirent_checkbox.prop('checked', true);
|
||||
|
Reference in New Issue
Block a user