From 7aa60a8d8f13c66216750afeab17483056f4bcfb Mon Sep 17 00:00:00 2001 From: gine Date: Sat, 25 Mar 2017 17:12:27 +0100 Subject: [PATCH] Aggiunto tag small alle date degli eventi --- www/js/crud.events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/crud.events.js b/www/js/crud.events.js index 57532ff..38df0d3 100644 --- a/www/js/crud.events.js +++ b/www/js/crud.events.js @@ -105,10 +105,10 @@ EVENTS.loadFromDb = function (containerId, type) { var evInitDate = EVENTS.formatDate(item.initDate, EVENTS.displayDateFormat); var evEndDate = EVENTS.formatDate(item.endDate, EVENTS.displayDateFormat); - var evFrom = "Da: " + evInitDate; + var evFrom = "Da: " + evInitDate + ""; var evTo = ""; if(evEndDate !== "") { - evTo = "
" + " A: " + evEndDate; + evTo = "
" + "A: " + evEndDate + ""; } var li = "
  • " +