diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-02-25 14:05:48 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:54 +0200 |
commit | faab6c095c895f146ac0f749d287040fd46c1cf2 (patch) | |
tree | 8ec862c5b200c5d47f7c57ba5588f9dabe9254f0 /settings/templates | |
parent | 65aa20433c796c40592e6031eb8ba323c171c108 (diff) | |
download | nextcloud-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.php | 2 |
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')); ?> |