]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added friends picker js to notifications plugin - is there a reason it isn't using...
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 15 Dec 2010 02:57:01 +0000 (02:57 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 15 Dec 2010 02:57:01 +0000 (02:57 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7630 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/notifications/index.php

index e0565959d77ff716fafa390bb142a2ba3c65d406..c162c34b3d9a898ea1cdae85be97e15e72f0b410 100644 (file)
@@ -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');