Skip to content

Commit 36c3270

Browse files
authored
Merge pull request #53601 from nextcloud/backport/53574/stable31
[stable31] refactor(files): remove custom page title handling
2 parents 625b815 + 43275b3 commit 36c3270

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

apps/files/src/views/FilesList.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -479,13 +479,6 @@ export default defineComponent({
479479
},
480480
481481
watch: {
482-
/**
483-
* Update the window title to match the page heading
484-
*/
485-
pageHeading() {
486-
document.title = `${this.pageHeading} - ${getCapabilities().theming?.name ?? 'Nextcloud'}`
487-
},
488-
489482
/**
490483
* Handle rendering the custom empty view
491484
* @param show The current state if the custom empty view should be rendered

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)