The progress bar appears during a move. Still having an issue with unable to do a single select after a drop operation. I think its related to needing to destroy the existing selectable before creating the new one. The error I get is "this._selection[i].data("selectabe-item") is undefined."

This commit is contained in:
Tim Almdal
2009-08-16 16:20:43 -07:00
parent 76f320ab3d
commit 5f546050d1
2 changed files with 32 additions and 21 deletions
@@ -37,13 +37,13 @@
</div>
</div>
</div>
<div id="gOrganizeProgress" style="display: none">
<div class="gProgressBar"></div>
<div id="gStatus"></div>
</div>
</div>
</div>
</div>
<div id="gOrganizeProgress" style="display: none">
<div class="gProgressBar"></div>
<div id="gStatus"></div>
</div>
</div>
<script type="text/javascript">