From 0f3e438f7cab87514be3896bb8acdc05defdef14 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 14 May 2019 11:14:29 +0200 Subject: Move OC.theme to the bundle and deprecate oc_defaults Signed-off-by: Christoph Wurst --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js') 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; }, -- cgit v1.2.3