diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 11:14:29 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 11:14:29 +0200 |
commit | 0f3e438f7cab87514be3896bb8acdc05defdef14 (patch) | |
tree | 75e44065584f0d169e63d61711e6816412f17133 /apps/files | |
parent | c41aa7a20929118ce1092c603f709d06aef1da57 (diff) | |
download | nextcloud-server-0f3e438f7cab87514be3896bb8acdc05defdef14.tar.gz nextcloud-server-0f3e438f7cab87514be3896bb8acdc05defdef14.zip |
Move OC.theme to the bundle and deprecate oc_defaults
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 99e7abb5584..d546186aff9 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -1141,7 +1141,7 @@ } title += this.appName; // Sets the page title with the " - Nextcloud" suffix as in templates - window.document.title = title + ' - ' + oc_defaults.title; + window.document.title = title + ' - ' + OC.theme.title; return true; }, |