Theming: Preview for page title

pull/1091/head
Julius Haertl 9 years ago
parent 89c78bbce4
commit d7f0a970ae
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 3
      apps/theming/js/settings-admin.js

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

Loading…
Cancel
Save