/[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, Fri Dec 26 21:00:59 2008 UTC revision 1.1.2.15.2.1, Sun Feb 1 00:19:52 2009 UTC
# Line 1  Line 1 
1  // $Id: plugin_manager_search.js,v 1.1.2.14 2008/12/21 01:18:40 joshuarogers Exp $  // $Id: plugin_manager_search.js,v 1.1.2.15 2008/12/26 21:00:59 jabapyth 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 pm_click(field)
9    {
10    for (i = 0; i < field.length; i++)
11            field[i].checked = true ;
12    }
13    
14    
15  // Remove all of the rows from a table.  // Remove all of the rows from a table.
16  function table_clear(element) {  function table_clear(element) {
17    var table = element.deleteRow && element || document.getElementById(element);    var table = element.deleteRow && element || document.getElementById(element);

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.15.2.1

  ViewVC Help
Powered by ViewVC 1.1.2