Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymc committed Oct 16, 2012
1 parent 91a5598 commit ac6be0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editAccn.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<script type='text/javascript' src='/includes/internalAjax.js'></script>
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
$("#ent_date").datepicker();
$("#b_ent_date").datepicker();
$("#e_ent_date").datepicker();
$("#rec_date").datepicker();
$("#rec_until_date").datepicker();
$("#issued_date").datepicker();
Expand Down

0 comments on commit ac6be0c

Please sign in to comment.