mirror of https://github.com/xwiki-labs/cryptpad
fix '+New' button in drive toolbar
This commit is contained in:
parent
11b8b380fd
commit
867df1db56
|
@ -1518,7 +1518,7 @@ define([
|
|||
if (isInRoot) {
|
||||
options.push({
|
||||
tag: 'a',
|
||||
attributes: {'class': 'cp-app-drive-new-older'},
|
||||
attributes: {'class': 'cp-app-drive-new-folder'},
|
||||
content: $('<div>').append($folderIcon.clone()).html() + Messages.fm_folder
|
||||
});
|
||||
options.push({tag: 'hr'});
|
||||
|
|
Loading…
Reference in New Issue