mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
[lib setting] 'folder perm', 'share link': add 'min-height'
This commit is contained in:
@@ -12,6 +12,7 @@ define([
|
||||
|
||||
var View = Backbone.View.extend({
|
||||
|
||||
id: 'repo-folder-perm-popup',
|
||||
template: _.template($('#repo-folder-perm-admin-dialog-tmpl').html()),
|
||||
|
||||
initialize: function(options) {
|
||||
@@ -22,6 +23,7 @@ define([
|
||||
this.$('.op-target').css({'max-width':280}); // for long repo name
|
||||
this.$el.modal({
|
||||
focus: false,
|
||||
containerCss: {"padding": 0},
|
||||
onClose: function() {
|
||||
$(document).off('click', hideItemEdit);
|
||||
$.modal.close();
|
||||
|
Reference in New Issue
Block a user