/[drupal]/contributions/modules/fivestar/js/fivestar-admin.js
ViewVC logotype

Diff of /contributions/modules/fivestar/js/fivestar-admin.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Mon May 11 15:56:22 2009 UTC revision 1.4, Fri Nov 6 04:07:23 2009 UTC
# Line 1  Line 1 
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.
# Line 26  if (Drupal.jsEnabled) { Line 26  if (Drupal.jsEnabled) {
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')) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2