diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-16 16:20:43 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-16 16:20:43 -0700 |
| commit | 5f546050d1128bf6aaf3a55b58a89c14bdb46cfd (patch) | |
| tree | f479bb33bb6bb91fea4012719f14f3ace92431c0 /modules/organize/views | |
| parent | 76f320ab3d6b1f67055dd913eb5811d0d113682a (diff) | |
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."
Diffstat (limited to 'modules/organize/views')
| -rw-r--r-- | modules/organize/views/organize_dialog.html.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 46f9ad9b..cd987819 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -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"> |
