diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-06 14:35:39 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-06 14:35:39 +0000 |
commit | c41462c58bf09baf9e889ee51963d6d8ec06b472 (patch) | |
tree | 02ec8fed00ab14b73793c146eb06e0b79afd0916 | |
parent | 96cc0076fa36422673f3138ba2c35ff46be2119c (diff) | |
download | elgg-c41462c58bf09baf9e889ee51963d6d8ec06b472.tar.gz elgg-c41462c58bf09baf9e889ee51963d6d8ec06b472.tar.bz2 |
Refs #2450: Added the default viewtype in the views dir for the @see tag.
git-svn-id: http://code.elgg.org/elgg/trunk@6910 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | _css/js.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_css/js.php b/_css/js.php index eeef8b28b..567f2639e 100644 --- a/_css/js.php +++ b/_css/js.php @@ -13,8 +13,8 @@ * * These 2 main JS views are cached via simplecache. * - * @see views/js/initialise_elgg.php - * @see views/js/friendsPickerv1.php + * @see views/default/js/initialise_elgg.php + * @see views/default/js/friendsPickerv1.php * @see simplecache/view.php * @see elgg_extend_view() * |