| 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) { |
| 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() { |