Index: modal_forms/modal_forms.pages.inc =================================================================== --- modal_forms/modal_forms.pages.inc (revision 3533) +++ modal_forms/modal_forms.pages.inc (working copy) @@ -34,7 +34,6 @@ } } print ajax_render($output); - exit; } /** @@ -65,7 +64,6 @@ } } print ajax_render($output); - exit; } /** @@ -98,7 +96,6 @@ } } print ajax_render($output); - exit; } /** @@ -131,5 +128,4 @@ } } print ajax_render($output); - exit; }