diff options
author | Ismayil Khayredinov <ismayil.khayredinov@hypejunction.com> | 2011-12-15 13:20:56 +0100 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-18 16:59:55 -0500 |
commit | d784d088ddfd6cc0d74f79539872921c358b75cb (patch) | |
tree | d1527b78d219b6ecfbc727ad60c4f0d388320501 /mod/embed/start.php | |
parent | 2aa0e3846b60a44c6f2dbfe2f9a690776533dca3 (diff) | |
download | elgg-d784d088ddfd6cc0d74f79539872921c358b75cb.tar.gz elgg-d784d088ddfd6cc0d74f79539872921c358b75cb.tar.bz2 |
Fixes 4209: jquery.form.js library loading
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 015c0c0e4..7c070fa75 100644 --- a/mod/embed/start.php +++ b/mod/embed/start.php @@ -49,6 +49,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; |