1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Select editor encapsulate (#2794)

This commit is contained in:
杨顺强
2019-01-09 14:39:17 +08:00
committed by Daniel Pan
parent 44af7136bf
commit 9c230cc5db
10 changed files with 123 additions and 49 deletions

View File

@@ -321,12 +321,6 @@ export const Utils = {
case 'preview':
title = gettext("Preview-on-Cloud");
break;
case 'Member':
title = gettext("Member");
break;
case 'Admin':
title = gettext("Admin");
break;
}
return title;
},