/[drupal]/contributions/modules/plugin_manager/plugin_manager_search.js
ViewVC logotype

Diff of /contributions/modules/plugin_manager/plugin_manager_search.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.15.2.2, Sun Feb 1 01:07:09 2009 UTC revision 1.1.2.15.2.3, Sun Feb 1 01:55:18 2009 UTC
# Line 1  Line 1 
1  // $Id: plugin_manager_search.js,v 1.1.2.15.2.1 2009/02/01 00:19:52 joshuarogers Exp $  // $Id: plugin_manager_search.js,v 1.1.2.15.2.2 2009/02/01 01:07:09 joshuarogers Exp $
2    
3  // Give us a JSON method to post.  // Give us a JSON method to post.
4  $.postJSON = function(url, data, callback) {  $.postJSON = function(url, data, callback) {
5    $.post(url, data, callback, "json");    $.post(url, data, callback, "json");
6  };  };
7    
8  function toggle_button(checkbox) {  function pm_toggle_button(checkbox) {
9    checkbox.parent().parent().parent().toggleClass("pm-term-chooser-selected");    checkbox.parent().parent().parent().toggleClass("pm-term-chooser-selected");
10  }  }
11    
12    function pm_check_all() {
13    }

Legend:
Removed from v.1.1.2.15.2.2  
changed lines
  Added in v.1.1.2.15.2.3

  ViewVC Help
Powered by ViewVC 1.1.2