#932848 by merlinofchaos: Fix ajax setClick command once and for all. :P

merge-requests/26/head
Angie Byron 2010-10-06 18:27:09 +00:00
parent 77ce3c6dd8
commit c01031844b
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ Drupal.ajax = function (base, element, element_settings) {
// ajaxSubmit that tells the system which element got clicked to
// trigger the submit. Without it there would be no 'op' or
// equivalent.
ajax.form.clk = this.element;
this.form.clk = this;
}
ajax.form.ajaxSubmit(ajax.options);