You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
500 B
8 lines
500 B
6 years ago
|
var htmlvalue = "<%= escape_javascript(render :partial => 'versions/new_milestone') %>";
|
||
|
pop_box_new(htmlvalue,820,316);
|
||
|
var datepickerOptions={dateFormat: 'yy-mm-dd', firstDay: 0, showOn: 'button', buttonImageOnly: true, buttonImage: '/images/public_icon.png', showButtonPanel: true, showWeek: true, showOtherMonths: true, selectOtherMonths: true};
|
||
|
$(function() { $('#version_index_create_name').datepicker(datepickerOptions);
|
||
|
$('#version_index_create_name').datepicker(datepickerOptions);
|
||
|
});
|
||
|
|