From ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 29 Oct 2011 17:47:55 -0700 Subject: Refs #3859. Added elgg_register_simplecache_view() to core plugins' js. --- mod/notifications/index.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mod/notifications') 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'); -- cgit v1.2.3