Project

General

Profile

Revision eaac00c2

IDeaac00c27dd87454c78c5d091f3706942e749e6a
Parent 02ad3793
Child ab06ef78

Added by Francois POIROTTE almost 12 years ago

Corrections jslint.

Change-Id: I2e384e52d703ad82d425abecf26032ca3acb4562
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/899
Tested-by: Build system <>
Reviewed-by: Francois POIROTTE <>

View differences:

vigiboard/public/js/main.js
4 4
 * Copyright (C) 2009-2012 CS-SI
5 5
 */
6 6

  
7
var vigiloLog = new Log;
7
var vigiloLog = new Log();
8 8
// Activation ou désactivation du log en fonction de valeur de la variable debug.
9 9
if (debug_mode) {
10 10
    vigiloLog.enableLog();
......
160 160
        overflow: true
161 161
    });
162 162
}
163

  

Also available in: Unified diff