mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Theming: Preview for page title
This commit is contained in:
parent
89c78bbce4
commit
d7f0a970ae
@ -111,6 +111,9 @@ function preview(setting, value) {
|
||||
}
|
||||
|
||||
}
|
||||
if (setting === 'name') {
|
||||
window.document.title = t('core', 'Admin') + " - " + value;
|
||||
}
|
||||
hideUndoButton(setting, value);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user