Merge pull request #30452 from nextcloud/fix/missing_showGridView

Restore innocent code from IE purge
This commit is contained in:
Louis 2022-01-03 11:58:49 +01:00 committed by GitHub
commit 5ae544b704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 29 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

52
core/js/dist/main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -309,6 +309,9 @@ const Dialogs = {
$('body').append(self.$filePicker)
self.$showGridView = $('input#picker-showgridview')
self.$showGridView.on('change', _.bind(self._onGridviewChange, self))
self._getGridSettings()
var newButton = self.$filePicker.find('.actions.creatable .button-add')