/[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.3, Sun Feb 1 01:55:18 2009 UTC revision 1.1.2.15.2.4, Sun Feb 1 04:31:18 2009 UTC
# Line 1  Line 1 
1  // $Id: plugin_manager_search.js,v 1.1.2.15.2.2 2009/02/01 01:07:09 joshuarogers Exp $  // $Id: plugin_manager_search.js,v 1.1.2.15.2.3 2009/02/01 01:55:18 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) {
# Line 6  $.postJSON = function(url, data, callbac Line 6  $.postJSON = function(url, data, callbac
6  };  };
7    
8  function pm_toggle_button(checkbox) {  function pm_toggle_button(checkbox) {
9    checkbox.parent().parent().parent().toggleClass("pm-term-chooser-selected");    checkbox.parent().parent().parent().toggleClass("pm-selected-category");
10    }
11    
12    function pm_toggle_view() {
13      $('#pm-view').toggleClass("pm-view-details");
14  }  }
15    
16  function pm_check_all() {  function pm_check_all() {

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

  ViewVC Help
Powered by ViewVC 1.1.2