When I use the Management Module with a custom field of type Date / DateTime, I end up with the following links in my source file:
<link rel="stylesheet" type="text/css" href="/Admin/Public/DateSelector/calendar-skin.css"></link>
<script type="text/javascript" src="/Admin/Public/DateSelector/calendar.js"></script>
<script type="text/javascript" src="/Admin/Public/DateSelector/calendar-setup.js"></script>
<script type="text/javascript" src="/Admin/Public/DateSelector/calendar-lang.js.aspx"></script>
Is there a way to tell Dynamicweb not to render this code? I don't need it, and it means four unneccessary http requests for each page...
Thanks,
Imar