Index: trunk/extensions/ApiSandbox/ext.apiSandbox.js |
— | — | @@ -515,8 +515,6 @@ |
516 | 516 | .appendTo( '#api-sandbox-parameters' ) |
517 | 517 | .add( $submit ) |
518 | 518 | .click( function ( e ) { |
519 | | - // Avoid triggering other stuff, including the sister-button |
520 | | - e.stopImmediatePropagation(); |
521 | 519 | $form.submit(); |
522 | 520 | } ) |
523 | 521 | .button({ disabled: true }); |