Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1 by dries, Mon Dec 14 13:32:53 2009 UTC | revision 1.2 by webchick, Fri Mar 12 22:31:37 2010 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | // $Id$ | // $Id: filter.admin.js,v 1.1 2009/12/14 13:32:53 dries Exp $ |
| 2 | ||
| 3 | (function ($) { | (function ($) { |
| 4 | ||
| # | Line 77 Drupal.behaviors.filterStatus = { | Line 77 Drupal.behaviors.filterStatus = { |
| 77 | } | } |
| 78 | ||
| 79 | // Trigger our bound click handler to update elements to initial state. | // Trigger our bound click handler to update elements to initial state. |
| 80 | $checkbox.trigger('click.filterUpdate'); | $checkbox.triggerHandler('click.filterUpdate'); |
| 81 | }); | }); |
| 82 | } | } |
| 83 | }; | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.6 |