Changeset 2381
- Timestamp:
- 05/18/08 01:51:38 (21 months ago)
- Files:
-
- 1 modified
-
branches/release-38/mt-static/mt.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/mt-static/mt.js
r2039 r2381 2783 2783 /* move it after the parent */ 2784 2784 this.list.content.insertBefore( div, parentItem.nextSibling ); 2785 this.list.toggleCheckbox( div, true ); // added checked attribute again for IE 2785 2786 DOM.removeClassName( div, "hidden" ); 2786 2787 } else {
