diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 22:52:17 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 22:52:17 -0600 |
commit | b118d56e9a8822b0966bd5b4ff693a4508d59725 (patch) | |
tree | 5dbf6c75967d9faa18aa07fbbeaac6f5a354dc95 | |
parent | 385eec9feb02fb61f509f739e4a153913e1f5ddd (diff) |
Added type attribute to script tag.
-rw-r--r-- | modules/organize/views/organize_thumb_grid.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_thumb_grid.html.php b/modules/organize/views/organize_thumb_grid.html.php index 553fc493..e9681a5f 100644 --- a/modules/organize/views/organize_thumb_grid.html.php +++ b/modules/organize/views/organize_thumb_grid.html.php @@ -9,7 +9,7 @@ <? endforeach ?> <? if ($album->children_count() > $offset): ?> -<script> +<script type="text/javascript"> setTimeout(function() { $.get("<?= url::site("organize/album/$album->id/" . ($offset + 25)) ?>", {}, |