diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 22:25:02 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-12 22:25:02 +0000 |
commit | bfb0a3e9b289e4036bfeb3e694586387fc4f904e (patch) | |
tree | 6beec05b6424702e036d67622db37ac6f8852a54 /mod/notifications/index.php | |
parent | 1bd696b3d8eb8175cc2b6583716fe3e89110aab0 (diff) | |
download | elgg-bfb0a3e9b289e4036bfeb3e694586387fc4f904e.tar.gz elgg-bfb0a3e9b289e4036bfeb3e694586387fc4f904e.tar.bz2 |
Fixes #3091 adds load functions for js and css
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/notifications/index.php')
-rw-r--r-- | mod/notifications/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/notifications/index.php b/mod/notifications/index.php index 30ee1b74b..49c91fe0e 100644 --- a/mod/notifications/index.php +++ b/mod/notifications/index.php @@ -14,7 +14,8 @@ gatekeeper(); set_page_owner(elgg_get_logged_in_user_guid()); $js_url = elgg_get_simplecache_url('js', 'friendsPickerv1'); -elgg_register_js('friendsPicker', $js_url); +elgg_register_js('friendsPickerv1', $js_url); +elgg_load_js('friendsPickerv1'); // Set the context to settings elgg_set_context('settings'); |