mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Merge pull request #53574 from nextcloud/chore/files-title
refactor(files): remove custom page title handling
This commit is contained in:
commit
d156bb2c06
3 changed files with 3 additions and 10 deletions
|
|
@ -482,13 +482,6 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
watch: {
|
||||
/**
|
||||
* Update the window title to match the page heading
|
||||
*/
|
||||
pageHeading() {
|
||||
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
|
||||
},
|
||||
|
||||
/**
|
||||
* Handle rendering the custom empty view
|
||||
* @param show The current state if the custom empty view should be rendered
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue