/[drupal]/contributions/modules/taxonomy_manager/js/termData.js
ViewVC logotype

Diff of /contributions/modules/taxonomy_manager/js/termData.js

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

revision 1.1.2.3.2.8.2.11, Mon Aug 10 13:47:45 2009 UTC revision 1.1.2.3.2.8.2.12, Tue Aug 11 06:56:26 2009 UTC
# Line 1  Line 1 
1  // $Id: termData.js,v 1.1.2.3.2.8.2.10 2009/08/07 08:20:22 mh86 Exp $  // $Id: termData.js,v 1.1.2.3.2.8.2.11 2009/08/10 13:47:45 mh86 Exp $
2    
3  /**  /**
4   * @file js support for term editing form for ajax saving and tree updating   * @file js support for term editing form for ajax saving and tree updating
# Line 203  Drupal.TermData.prototype.form = functio Line 203  Drupal.TermData.prototype.form = functio
203    
204    $(this.div).find("legend").each(function() {    $(this.div).find("legend").each(function() {
205      var staticOffsetX, staticOffsetY = null;      var staticOffsetX, staticOffsetY = null;
206      var left, right = 0;      var left, top = 0;
207      var div = termdata.div;      var div = termdata.div;
208      var pos = $(div).position();      var pos = $(div).position();
209      $(this).mousedown(startDrag);      $(this).mousedown(startDrag);

Legend:
Removed from v.1.1.2.3.2.8.2.11  
changed lines
  Added in v.1.1.2.3.2.8.2.12

  ViewVC Help
Powered by ViewVC 1.1.2