diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 3baa3d977..1cacb417b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1810,6 +1810,9 @@ define([ var $name = $('', {'class': 'cp-app-drive-element-name'}).text(name); $element.append($name); $element.append($state); + if (getViewMode() === 'grid') { + $element.attr('title', name); + } // display the thumbnail // if the thumbnail has already been displayed once, do not reload it, keep the same url