diff --git a/webform_ajax.module b/webform_ajax.module index 2d851c428a7adeae5891e31023d451651d43684c..a413362789f0daad7ea4e4fb740053cfa7c15fa3 100755 --- a/webform_ajax.module +++ b/webform_ajax.module @@ -235,6 +235,7 @@ function _webform_ajax_callback_completed($form, $form_state) { // This output does not alter the page, and ensures Drupal messages are kept for the next request. $output = array( '#type' => 'ajax', + '#commands' => array(), ); } return $output;