diff options
author | cash <cash.costello@gmail.com> | 2011-12-18 17:02:48 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-18 17:02:48 -0500 |
commit | ea3bf3b04410f56a52e8315bd636aeaf772a40a4 (patch) | |
tree | 2bc1e1e5e2a6160feb043b56e24183cd3a6e41ea /mod/embed/start.php | |
parent | a41f00224a0b5bc241b569138f4562bae4b811dd (diff) | |
parent | d784d088ddfd6cc0d74f79539872921c358b75cb (diff) | |
download | elgg-ea3bf3b04410f56a52e8315bd636aeaf772a40a4.tar.gz elgg-ea3bf3b04410f56a52e8315bd636aeaf772a40a4.tar.bz2 |
Merge pull request #113 from hypeJunction/4209_jqueryformjs
Diffstat (limited to 'mod/embed/start.php')
-rw-r--r-- | mod/embed/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/embed/start.php b/mod/embed/start.php index 940219476..a3ccab66b 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -54,6 +54,7 @@ function embed_longtext_menu($hook, $type, $items, $vars) { elgg_load_js('lightbox'); elgg_load_css('lightbox'); + elgg_load_js('jquery.form'); elgg_load_js('elgg.embed'); return $items; |