Skip to content
Commit 78891ac3 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

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: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent e37fa607
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment