diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 23:09:33 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-11 23:09:33 +0000 |
commit | 767d259bb89a337ec57abeeb8c3ac5c5fc3e9d21 (patch) | |
tree | e3229ba658fbc5f38c73b20e9fc43cdb5085451c /mod/groups | |
parent | 891739afadddad56b517b7d565458296eeb58c0b (diff) | |
download | elgg-767d259bb89a337ec57abeeb8c3ac5c5fc3e9d21.tar.gz elgg-767d259bb89a337ec57abeeb8c3ac5c5fc3e9d21.tar.bz2 |
Added disapproving @todo's wherever I could find javascript not conforming to 1.8 conventions
git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups')
-rw-r--r-- | mod/groups/views/default/groups/profile/widgets.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/profile/widgets.php b/mod/groups/views/default/groups/profile/widgets.php index b72932ab3..76fa08647 100644 --- a/mod/groups/views/default/groups/profile/widgets.php +++ b/mod/groups/views/default/groups/profile/widgets.php @@ -4,7 +4,7 @@ * * @package ElggGroups */ - + // tools widget area echo "<div id='group_tools_latest' class='clearfix'>"; @@ -13,6 +13,8 @@ echo "<div id='group_tools_latest' class='clearfix'>"; echo "</div>"; ?> + +<?php //@todo JS 1.8: no ?> <script type="text/javascript"> $(document).ready(function () { // subclass every other group tool widget $('#group_tools_latest').find('.group_tool_widget:odd').addClass('odd'); |