$text = $('#edit-fivestar-text');
// All the form elements except the enable checkbox.
- $options = $('#fivestar-node-type-tag-form input:not(#edit-fivestar, #edit-submit), #fivestar-node-type-tag-form select');
-
+ $options = $('#fivestar-node-type-tag-form input:not(#edit-fivestar, #edit-submit, input[type=hidden]), #fivestar-node-type-tag-form select');
// Disable the settings if not enabled.
if (!$enable.attr('checked')) {
$options.attr('disabled', 'disabled');