mirror of
https://github.com/nextcloud/server.git
synced 2026-06-25 16:41:03 -04:00
Merge pull request #53600 from nextcloud/backport/53574/stable30
[stable30] refactor(files): remove custom page title handling
This commit is contained in:
commit
bd691d1c1c
3 changed files with 3 additions and 10 deletions
|
|
@ -439,13 +439,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