Theming: Preview for page title

This commit is contained in:
Julius Haertl 2016-08-26 18:21:05 +02:00
parent 89c78bbce4
commit d7f0a970ae
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ function preview(setting, value) {
}
}
if (setting === 'name') {
window.document.title = t('core', 'Admin') + " - " + value;
}
hideUndoButton(setting, value);
}