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

Diff of /contributions/modules/annotation/annotation.js

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

revision 1.10, Fri May 1 02:27:17 2009 UTC revision 1.11, Fri May 1 06:12:53 2009 UTC
# Line 42  Drupal.settings.annotationBtStyle = jQue Line 42  Drupal.settings.annotationBtStyle = jQue
42    
43      // Remove annotation on cancel.      // Remove annotation on cancel.
44      $('a.cancel', source.annotationForm).click(function() {      $('a.cancel', source.annotationForm).click(function() {
45        source.removeAnnotate();        source.removeAnnotate().removeClass('annotation-processed');
46          Drupal.behaviors.annotation(source.parent());
47        return false;        return false;
48      });      });
49    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2