diff options
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 2f817b644..017f91378 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -33,7 +33,6 @@ function profile_init() { elgg_extend_view('html_head/extend', 'profile/metatags'); elgg_extend_view('css/screen', 'profile/css'); - elgg_extend_view('js/elgg', 'profile/javascript'); // Register actions elgg_register_action("profile/addcomment", $CONFIG->pluginspath . "profile/actions/addcomment.php"); |