| 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. |
| 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 |
}; |
}; |