Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |