[ApiSandbox] Prevent duplicate submission of the form when clicking "Make Request"
* The buttons had type=submit and were inside the <form> tree, when not prevented the form is naturally submitted in a non-ajax fashion (which is then hooked into from the submit handler)
* Fixes:
-- (
bug 34790) [Regression] Pressing "Make Request" shouldn't make two requests to api.php
* This commit is a re-do of
r112702, which somehow freaked out SVN