diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-15 02:57:01 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-15 02:57:01 +0000 |
commit | 2ce0878606a75a38dd2eef9403a9c94529f46d5f (patch) | |
tree | d99566b9ed0728a4c995ae11a5cf44b5fd3935c3 /mod | |
parent | b3c486b0ba9a3005e9b4ebf8269df582e84fc72f (diff) | |
download | elgg-2ce0878606a75a38dd2eef9403a9c94529f46d5f.tar.gz elgg-2ce0878606a75a38dd2eef9403a9c94529f46d5f.tar.bz2 |
added friends picker js to notifications plugin - is there a reason it isn't using the friends picker view?
git-svn-id: http://code.elgg.org/elgg/trunk@7630 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notifications/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index e0565959d..c162c34b3 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -14,6 +14,9 @@ gatekeeper(); set_page_owner(get_loggedin_userid()); +$js_url = elgg_view_get_simplecache_url('js', 'friendsPickerv1'); +elgg_register_js($js_url, 'friendsPicker'); + // Set the context to settings elgg_set_context('settings'); |