aboutsummaryrefslogtreecommitdiff
path: root/mod/notifications/index.php
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-10-29 17:47:55 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-10-29 17:47:55 -0700
commitef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 (patch)
tree7b0c9bf9ba48c4eee3108cf1bef4239fa323a1f2 /mod/notifications/index.php
parent6971caddb2245bec34fd23927f6f093e5b28c1ea (diff)
downloadelgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.gz
elgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.bz2
Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r--mod/notifications/index.php4
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');