settings.js 138 B

123456
  1. var _SETTINGS={
  2. // global debug switch :
  3. // - false to hide all repers
  4. // - true to allow to diplay some repers
  5. 'debug':true
  6. };