Mercurial > defr > drupal > scald > dnd
diff js/dnd-library.js @ 27:9a92410be362
Fixed json decoding, which I will now proceed to throw out.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 13 Mar 2009 19:34:05 -0500 |
parents | e71df38143d1 |
children | 7d6bf2dca269 |
line wrap: on
line diff
--- a/js/dnd-library.js Wed Mar 11 22:52:20 2009 -0500 +++ b/js/dnd-library.js Fri Mar 13 19:34:05 2009 -0500 @@ -205,7 +205,7 @@ var target = this, $target = $(target), $drop = $(drop), block; // Update element count - Drupal.behaviors.dndLibrary.countElements.call(target, representation_id); + //Drupal.behaviors.dndLibrary.countElements.call(target, representation_id); // Search through block level parents $drop.parents().each(function() {