mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
No quotes around the default date and time format!
SVN:trunk[4138]
This commit is contained in:
@@ -197,7 +197,7 @@ function FormatDatesInPreview(sRadioSelector, sPreviewSelector)
|
||||
{
|
||||
if ($('#'+sRadioSelector+'_date_time_format_default').prop('checked'))
|
||||
{
|
||||
sPHPFormat = '$sJSDefaultDateTimeFormat';
|
||||
sPHPFormat = $sJSDefaultDateTimeFormat;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user