no-useless-concat

This commit is contained in:
Amine Ben hammou
2017-10-31 17:15:09 +00:00
parent 0fd6fa8879
commit e9eae92ba9
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ define(
const jQuery = jq;
const currentTime = window.mailpoet_current_time || '00:00';
const defaultDateTime = window.mailpoet_current_date + ' ' + '00:00:00';
const defaultDateTime = window.mailpoet_current_date + ' 00:00:00';
const timeOfDayItems = window.mailpoet_schedule_time_of_day;
const dateDisplayFormat = window.mailpoet_date_display_format;
const dateStorageFormat = window.mailpoet_date_storage_format;