summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-02-25 14:05:48 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:54 +0200
commitfaab6c095c895f146ac0f749d287040fd46c1cf2 (patch)
tree8ec862c5b200c5d47f7c57ba5588f9dabe9254f0 /settings/templates
parent65aa20433c796c40592e6031eb8ba323c171c108 (diff)
downloadnextcloud-server-faab6c095c895f146ac0f749d287040fd46c1cf2.tar.gz
nextcloud-server-faab6c095c895f146ac0f749d287040fd46c1cf2.zip
move group-click initialization to groups.js and only react on elements with a data-gid attribute given
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users/part.grouplist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index 620049eb298..6acf12a952f 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -12,7 +12,7 @@
</form>
</li>
<!-- Everyone -->
- <li>
+ <li data-gid="">
<a href="#">
<span>
<?php p($l->t('Everyone')); ?>