diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-17 20:17:53 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-17 20:17:53 +0000 |
| commit | 1a332009c7ac59984e627678ecc91dbaf267ae57 (patch) | |
| tree | d845c581e6c5f48a0bc3b86f9c4702d090c65593 /modules/organize/views | |
| parent | 16db33814585e87195429cdbc9000f57439822ca (diff) | |
Change how mutiple requests for micro thumbnails is handler.
handle the edge cases where the draggable is dropped on the micro
thumbnail panel
Diffstat (limited to 'modules/organize/views')
| -rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index 34b8058f..64d8aaf3 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -1,7 +1,4 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<script> - //$(".gMicroThumb").click(toggle_select); -</script> <? foreach ($children as $i => $child): ?> <? $item_class = "gPhoto"; ?> <? if ($child->is_album()): ?> |
