summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/dynamic.html.php2
-rw-r--r--themes/wind/views/page.html.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php
index aa347402..51e48dc0 100644
--- a/themes/wind/views/dynamic.html.php
+++ b/themes/wind/views/dynamic.html.php
@@ -6,7 +6,7 @@
<h1><?= html::clean($title) ?></h1>
</div>
-<ul id="g-album-grid">
+<ul id="g-album-grid" class="ui-helper-clearfix">
<? foreach ($children as $i => $child): ?>
<li class="g-item <?= $child->is_album() ? "g-album" : "" ?>">
<?= $theme->thumb_top($child) ?>
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index c8b08129..f5c6b0df 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -56,7 +56,6 @@
</script>
<?= $theme->script("gallery.ajax.js") ?>
<?= $theme->script("gallery.dialog.js") ?>
- <?= $theme->script("gallery.form.js") ?>
<?= $theme->script("superfish/js/superfish.js") ?>
<?= $theme->script("jquery.localscroll.js") ?>
<?= $theme->script("ui.init.js") ?>