FIX Bad value used for task warning delay

FIX Compatibility datee and date_end for warning of tasks
This commit is contained in:
Laurent Destailleur
2016-06-15 13:37:50 +02:00
parent 6711b7fbd1
commit 5b5b7a2bf9
12 changed files with 37 additions and 21 deletions

View File

@@ -127,7 +127,7 @@ $(document).ready(function() {
$('.editval_string').editable(urlSaveInPlace, {
type : 'text',
id : 'field',
width : 300,
width : withInPlace, /* Size of string area in px ? */
tooltip : tooltipInPlace,
placeholder : placeholderInPlace,
cancel : cancelInPlace,