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 --- core/js/tests/specHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/tests/specHelper.js') diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js index caf96854e52..72d42dfc58a 100644 --- a/core/js/tests/specHelper.js +++ b/core/js/tests/specHelper.js @@ -100,7 +100,7 @@ OC.config = { OC.appConfig = { core: {} }; -window.oc_defaults = { +OC.theme = { docPlaceholderUrl: 'https://docs.example.org/PLACEHOLDER' }; window.oc_capabilities = { -- cgit v1.2.3