summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-02 21:25:15 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-02 21:25:15 +0000
commit3953dde2c698d89810661435b2602fbdb55c322e (patch)
tree37da3672e8d84d26b90a913a4c5ef0c7a3053829 /core/views
parentea11562e3270764a1083b0b7e236be5331626504 (diff)
The rearrange module will now add an album if you drag the "new album" onto the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item.
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 18effd55..262adcfc 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -150,6 +150,7 @@
}
</style>
<?= html::script("lib/jquery.js") ?>
+ <?= html::script("lib/jquery.form.js") ?>
<?= html::script("lib/jquery.cookie.js") ?>
<?= html::script("lib/jquery.MultiFile.js") ?>
<?= rearrange_block::head(null) ?>