summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-12 22:31:37 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-03-12 22:31:37 +0000
commit1106db64560976f8baa1e7ebaa45fd7c4917c2e1 (patch)
treefadbc9479d158f7c16a2efde7b89b7a317a8ad70
parent8e39e9abb12189c9f8963919de95040be3abef0c (diff)
downloadbrdo-1106db64560976f8baa1e7ebaa45fd7c4917c2e1.tar.gz
brdo-1106db64560976f8baa1e7ebaa45fd7c4917c2e1.tar.bz2
#739142 by casey: Fixed Filter UI completely broken by Jquery 1.4.
-rw-r--r--modules/filter/filter.admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.admin.js b/modules/filter/filter.admin.js
index f882088ba..b4b946318 100644
--- a/modules/filter/filter.admin.js
+++ b/modules/filter/filter.admin.js
@@ -77,7 +77,7 @@ Drupal.behaviors.filterStatus = {
}
// Trigger our bound click handler to update elements to initial state.
- $checkbox.trigger('click.filterUpdate');
+ $checkbox.triggerHandler('click.filterUpdate');
});
}
};