mirror of https://github.com/xwiki-labs/cryptpad
Remove the (not working) option to rename a pad in an anonymous drive
This commit is contained in:
parent
d9259d4658
commit
bd5a8ba3fb
|
@ -1315,6 +1315,7 @@ define([
|
|||
|
||||
if (!APP.loggedIn) {
|
||||
hide.push('openparent');
|
||||
hide.push('rename');
|
||||
}
|
||||
|
||||
filter = function ($el, className) {
|
||||
|
|
Loading…
Reference in New Issue