FSN#38711 kleine aanpassing nog

svn path=/Website/trunk/; revision=31923
This commit is contained in:
2016-12-09 14:06:02 +00:00
parent 35c2f74789
commit 4b5485a234

View File

@@ -55,7 +55,7 @@ function _initVrijedagen()
// buttonImageOnly: true,
// showOn: "<%=device.test(device.isMobile)?"focus":S("cal_showOn")%>",
showOn: "none",
dateFormat: 'D dd-mm-yy',
dateFormat: 'dd-mm-yy',
changeYear: true,
changeMonth: true,
duration: 'fast',
@@ -77,9 +77,7 @@ function _initVrijedagen()
},
showWeek: true
});
$(".ui-datepicker-trigger").hide();
}
)
})
</script>
<%
}