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 /engine/lib/views.php | |
parent | 2aa0e3846b60a44c6f2dbfe2f9a690776533dca3 (diff) | |
download | elgg-d784d088ddfd6cc0d74f79539872921c358b75cb.tar.gz elgg-d784d088ddfd6cc0d74f79539872921c358b75cb.tar.bz2 |
Fixes 4209: jquery.form.js library loading
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index d3c9ff551..b938dd60e 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1598,7 +1598,6 @@ function elgg_views_boot() { elgg_load_js('jquery'); elgg_load_js('jquery-ui'); - elgg_load_js('jquery.form'); elgg_load_js('elgg'); elgg_register_simplecache_view('js/lightbox'); |