nextcloud/apps/files_external/js
Daniel Calviño Sánchez 78891ac320 Fix selectors for file list elements
When the checkbox was moved to where the favourite icon was shown before
the layout of the file list was modified. The first column is no longer
the file name, so neither the thumbnail nor the name link were found.
Due to this the thumbnail was not set to the appropriate icon, and the
dummy event handler was not removed from the name link, so clicks on the
name were basically ignored. Now the selectors are based on the
".filename" CSS class instead of relying on the column position.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-27 16:17:00 +01:00
..
app.js Fix name of external storages 2017-05-08 00:33:45 -05:00
mountsfilelist.js Fix name of external storages 2017-05-08 00:33:45 -05:00
oauth1.js Change colour of input fields instead of printing 'Access granted' 2016-05-03 11:30:02 +01:00
oauth2.js Change colour of input fields instead of printing 'Access granted' 2016-05-03 11:30:02 +01:00
public_key.js Allow 2048 and 4096 bit SFTP keys 2017-06-29 09:32:24 +02:00
rollingqueue.js add missing var 2016-07-08 12:35:43 +02:00
settings.js Fix confirmation dialog when deleting external storage 2017-10-12 13:55:25 +02:00
statusmanager.js Fix selectors for file list elements 2017-12-27 16:17:00 +01:00