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