Migration SVN
This commit is contained in:
9
web/javascript/general.js
Executable file
9
web/javascript/general.js
Executable file
@@ -0,0 +1,9 @@
|
||||
// Critical error, when exception is captured
|
||||
var critical_error = 'Critical error : The script has generated an error. Our team was informed.';
|
||||
|
||||
// color of the inputs for tests
|
||||
var color_ok = '#02bc6d';
|
||||
var background_ok = '#c5fae4';
|
||||
var color_nok = '#e00000';
|
||||
var background_nok = '#efc0c0'
|
||||
|
||||
Reference in New Issue
Block a user