summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-01 10:47:48 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-01 10:47:48 +0100
commitd1313b361c96bfddeabd94e9fd9b417a776d83d0 (patch)
treec2d7e933887b7fb0be2e7434c4bec2a9741ef417 /core
parent32067ac49b6f891471a6b5672c903a390b4ac26d (diff)
parent41c87531ff0105f4ccfbea7d28d12ff89a1666b6 (diff)
downloadnextcloud-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.js4
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
*/