diff options
Diffstat (limited to 'mod/notifications')
-rw-r--r-- | mod/notifications/index.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index b54677681..e56042b73 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -14,10 +14,6 @@ gatekeeper(); elgg_set_page_owner_guid(elgg_get_logged_in_user_guid()); $user = elgg_get_page_owner_guid(); -$js_url = elgg_get_simplecache_url('js', 'friendsPickerv1'); -elgg_register_js('friendsPickerv1', $js_url); -elgg_load_js('friendsPickerv1'); - // Set the context to settings elgg_set_context('settings'); |