mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
add ENBALE_ENCRYPT_LIBRARY setting
This commit is contained in:
@@ -11,7 +11,8 @@ define([
|
||||
var CreatePubRepoView = AddRepoView.extend({
|
||||
templateData: function() {
|
||||
return {
|
||||
showSharePerm: true
|
||||
showSharePerm: true,
|
||||
enable_encrypt_library: app.pageOptions.enable_encrypt_library
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user