1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 16:26:20 +02:00

More cleanup

This commit is contained in:
CaMer0n
2012-06-01 08:09:14 +00:00
parent e886feef49
commit ef3a390732
13 changed files with 47 additions and 346 deletions

View File

@@ -15,7 +15,8 @@ $(document).ready(function()
$("input.e-date").each(function() {
$(this).datepicker({
dateFormat: $(this).attr("data-date-format"),
ampm: $(this).attr("data-date-ampm")
ampm: $(this).attr("data-date-ampm"),
showButtonPanel: true
});
});
@@ -23,7 +24,8 @@ $(document).ready(function()
$(this).datetimepicker({
dateFormat: $(this).attr("data-date-format"),
timeFormat: $(this).attr("data-time-format"),
ampm: $(this).attr("data-date-ampm")
ampm: $(this).attr("data-date-ampm"),
showButtonPanel: true
});
});