Skip to content

Commit fe53c22

Browse files
authored
fix(files) Css typo / Call .action of local element
#controls is replaced by .files-controls since v25
1 parent 4e7dc50 commit fe53c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/js/filelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3859,7 +3859,7 @@
38593859
this._newFileMenu = new OCA.Files.NewFileMenu({
38603860
fileList: this
38613861
});
3862-
this.$el.find('#controls .actions').append(this._newFileMenu.$el);
3862+
this.$el.find('.files-controls .actions').append(this._newFileMenu.$el);
38633863
}
38643864
this._newFileMenu.showAt($target);
38653865

0 commit comments

Comments
 (0)