| 1 |
// $Id: fivestar-admin.js,v 1.2 2009/05/11 03:12:56 quicksketch Exp $ |
// $Id: fivestar-admin.js,v 1.3 2009/05/11 15:56:22 quicksketch Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* Fivestar admin interface enhancments. |
* Fivestar admin interface enhancments. |
| 26 |
$text = $('#edit-fivestar-text'); |
$text = $('#edit-fivestar-text'); |
| 27 |
|
|
| 28 |
// All the form elements except the enable checkbox. |
// All the form elements except the enable checkbox. |
| 29 |
$options = $('#fivestar-node-type-tag-form input:not(#edit-fivestar), #fivestar-node-type-tag-form select'); |
$options = $('#fivestar-node-type-tag-form input:not(#edit-fivestar, #edit-submit), #fivestar-node-type-tag-form select'); |
| 30 |
|
|
| 31 |
// Disable the settings if not enabled. |
// Disable the settings if not enabled. |
| 32 |
if (!$enable.attr('checked')) { |
if (!$enable.attr('checked')) { |