diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-01 10:47:48 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-01 10:47:48 +0100 |
commit | d1313b361c96bfddeabd94e9fd9b417a776d83d0 (patch) | |
tree | c2d7e933887b7fb0be2e7434c4bec2a9741ef417 /core | |
parent | 32067ac49b6f891471a6b5672c903a390b4ac26d (diff) | |
parent | 41c87531ff0105f4ccfbea7d28d12ff89a1666b6 (diff) | |
download | nextcloud-server-d1313b361c96bfddeabd94e9fd9b417a776d83d0.tar.gz nextcloud-server-d1313b361c96bfddeabd94e9fd9b417a776d83d0.zip |
Merge pull request #22034 from matthias-g/patch-1
Update explanation in comment of how to enable the debug mode
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js index 74121fa3d80..43ea269c203 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1,8 +1,8 @@ /** * Disable console output unless DEBUG mode is enabled. * Add - * define('DEBUG', true); - * To the end of config/config.php to enable debug mode. + * 'debug' => true, + * To the definition of $CONFIG in config/config.php to enable debug mode. * The undefined checks fix the broken ie8 console */ |