Skip to content

Commit

Permalink
* Fixing drupal behaviour return status
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon committed Apr 14, 2009
1 parent 2f675b3 commit f0ff7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Drupal.Ajax.init = function(context) {
return true;
});
}
return false;
return true;
}

/**
Expand Down

0 comments on commit f0ff7f2

Please sign in to comment.