]> source.dussan.org Git - nextcloud-server.git/commit
Fixed too generic checkbox and link selectors
authorVincent Petry <pvince81@owncloud.com>
Tue, 29 Apr 2014 14:28:43 +0000 (16:28 +0200)
committerVincent Petry <pvince81@owncloud.com>
Tue, 29 Apr 2014 14:28:43 +0000 (16:28 +0200)
commit2f58e798ec4becdea37b5508574ee8c0440edb46
treed7873f0e31a1896cff66a6884f791502803ad6a5
parent6b02126dc1c8ba9de5b87c6c8568feea5948d2a0
Fixed too generic checkbox and link selectors

It turns out that the sharing dropdown is embedded into the table row
for some reason.

This fix makes use of a more specific selector for the checkboxes and
file name links to make sure it doesn't spill into any other potential
elements like the sharing dialog.
apps/files/js/filelist.js