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

Diff of /contributions/modules/sharethis/sharethis.js

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

revision 1.1.2.1.2.3, Fri Aug 14 07:32:03 2009 UTC revision 1.1.2.1.2.4, Mon Aug 17 19:12:32 2009 UTC
# Line 1  Line 1 
1  // $Id: sharethis.js,v 1.1.2.1.2.2 2009/08/14 03:44:10 robloach Exp $  // $Id: sharethis.js,v 1.1.2.1.2.3 2009/08/14 07:32:03 robloach Exp $
2    
3  /**  /**
4   * The Drupal behaviors for the ShareThis web service.   * The Drupal behaviors for the ShareThis web service.
# Line 18  Drupal.behaviors.sharethis = function(co Line 18  Drupal.behaviors.sharethis = function(co
18          shared_object.attachButton(document.getElementById(id), {button: false});          shared_object.attachButton(document.getElementById(id), {button: false});
19        }        }
20        $('#' + id).click(function() { return false; });        $('#' + id).click(function() { return false; });
21          delete(Drupal.settings.sharethis[id]);
22      });      });
23    }    }
24  };  };

Legend:
Removed from v.1.1.2.1.2.3  
changed lines
  Added in v.1.1.2.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2