Changeset 990 for trunk/web-app
- Timestamp:
- Oct 25, 2010, 4:30:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/wizard.js
r980 r990 589 589 var role_id = $( '#' + element_id + '_role' ).val(); 590 590 591 if( person_id == "" || person_id == 0 || role_id == "" || role_id == 0 ) { 592 alert( "Please select both a person and a role." ); 593 return false; 594 } 595 591 596 var combination = person_id + '-' + role_id; 592 597 … … 603 608 $( '#' + element_id + '_none' ).css( 'display', 'none' ); 604 609 } 610 611 return true; 605 612 } 606 613
Note: See TracChangeset
for help on using the changeset viewer.