Changeset 1601
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/simpleWizard.js
r1553 r1601 21 21 var form = $( 'form#' + id ); 22 22 23 if( action != undefined ) 23 if( action != undefined ) { 24 24 $( 'input[name=event]', form ).val( action ); 25 $( 'input[name=_eventId]', form ).val( action ); 26 } 25 27 26 28 form.submit();
Note: See TracChangeset
for help on using the changeset viewer.