1
0
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:
lian
2015-09-24 17:20:45 +08:00
parent 4baf74926b
commit 668fdb7215
10 changed files with 31 additions and 6 deletions

View File

@@ -11,7 +11,8 @@ define([
var CreatePubRepoView = AddRepoView.extend({
templateData: function() {
return {
showSharePerm: true
showSharePerm: true,
enable_encrypt_library: app.pageOptions.enable_encrypt_library
};
},