Lines 169-174
$(document).ready(function(){
Link Here
|
169 |
}); |
169 |
}); |
170 |
[% END %] |
170 |
[% END %] |
171 |
|
171 |
|
|
|
172 |
// redefine the datepicker's default because reports require ISO |
173 |
// http://jqueryui.com/demos/datepicker/#option-dateFormat |
174 |
$( ".datepicker" ).datepicker( "option", "dateFormat", "yy-mm-dd" ); |
175 |
|
172 |
[% IF (create || editsql || save) %] |
176 |
[% IF (create || editsql || save) %] |
173 |
$("#select_group").change(function() { |
177 |
$("#select_group").change(function() { |
174 |
if($(this).attr('checked')) { |
178 |
if($(this).attr('checked')) { |
175 |
- |
|
|