mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
[lib setting] remove 'permissions'
This commit is contained in:
@@ -3,10 +3,8 @@ define([
|
||||
'underscore',
|
||||
'backbone',
|
||||
'common',
|
||||
'jquery.ui.tabs',
|
||||
'select2',
|
||||
'app/views/folder-share-item'
|
||||
], function($, _, Backbone, Common, Tabs, Select2, FolderShareItemView) {
|
||||
], function($, _, Backbone, Common, FolderShareItemView) {
|
||||
'use strict';
|
||||
|
||||
var SharePopupView = Backbone.View.extend({
|
||||
|
Reference in New Issue
Block a user