global debug switch

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-04 17:21:13 +01:00
parent e5c55358f4
commit 6e207dedcf
7 changed files with 1047 additions and 89 deletions
+6
View File
@@ -0,0 +1,6 @@
var _SETTINGS={
// global debug switch :
// - false to hide all repers
// - true to allow to diplay some repers
'debug':true
};