aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/widgets.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 09:09:24 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 09:09:24 +0000
commitd42771b8a74e665d33d29e7ce3b1612890a596f2 (patch)
treec592cc077c2d391d120a344ee17553e249676484 /mod/groups/views/default/groups/profile/widgets.php
parentf8797c313b9500e5d6af512786412601d7d641f0 (diff)
downloadelgg-d42771b8a74e665d33d29e7ce3b1612890a596f2.tar.gz
elgg-d42771b8a74e665d33d29e7ce3b1612890a596f2.tar.bz2
Touch ups of groups plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8426 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/profile/widgets.php')
-rw-r--r--mod/groups/views/default/groups/profile/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/profile/widgets.php b/mod/groups/views/default/groups/profile/widgets.php
index 76fa08647..08cbf1dae 100644
--- a/mod/groups/views/default/groups/profile/widgets.php
+++ b/mod/groups/views/default/groups/profile/widgets.php
@@ -16,7 +16,7 @@ echo "</div>";
<?php //@todo JS 1.8: no ?>
<script type="text/javascript">
-$(document).ready(function () { // subclass every other group tool widget
+$(function () { // subclass every other group tool widget
$('#group_tools_latest').find('.group_tool_widget:odd').addClass('odd');
});
</script>