/[drupal]/contributions/modules/smackdown/smackdown.js
ViewVC logotype

Diff of /contributions/modules/smackdown/smackdown.js

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

revision 1.1.2.2.2.12, Wed Nov 4 20:13:58 2009 UTC revision 1.1.2.2.2.13, Wed Nov 4 20:55:33 2009 UTC
# Line 1  Line 1 
1  // $Id: smackdown.js,v 1.1.2.2.2.11 2009/10/23 16:39:34 sirkitree Exp $  // $Id: smackdown.js,v 1.1.2.2.2.12 2009/11/04 20:13:58 sirkitree Exp $
2    
3  /**  /**
4   * Smackdown voting through AJAX   * Smackdown voting through AJAX
# Line 29  Line 29 
29          $(field_2 + ' .field-item a').attr('rel', Drupal.settings.smackdown.field2.nid).addClass('smackdown-processed');          $(field_2 + ' .field-item a').attr('rel', Drupal.settings.smackdown.field2.nid).addClass('smackdown-processed');
30        }        }
31        else {        else {
32          Drupal.smackdown.attachNotice(context, '.' + field_1 + ' .field-item a');          Drupal.smackdown.attachNotice(context, field_1 + ' .field-item a');
33          Drupal.smackdown.attachNotice(context, '.' + field_2 + ' .field-item a');          Drupal.smackdown.attachNotice(context, field_2 + ' .field-item a');
34        }        }
35      }      }
36    };    };

Legend:
Removed from v.1.1.2.2.2.12  
changed lines
  Added in v.1.1.2.2.2.13

  ViewVC Help
Powered by ViewVC 1.1.2