Changeset 821 for trunk/UTIL/PYTHON/mcd/proto/martian_time.js
- Timestamp:
- Oct 29, 2012, 11:06:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/mcd/proto/martian_time.js
r812 r821 450 450 } 451 451 452 function ChooseColor(colorm){ 453 var colorm; 454 document.calendar.colorm.value=colorm; 455 } 452 456 453 457 function submit_form_beginner() { 454 document.calendar.submit(); 458 submit_form() 455 459 document.calendar.reset(); 456 460 DefaultDateValues(); … … 461 465 } 462 466 467 function submit_form() { 468 Convert2Julian(); 469 document.calendar.submit(); 470 }
Note: See TracChangeset
for help on using the changeset viewer.