From e0ada2c24f3db0e93239f45bcbb7a8bb6d831018 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 13 Dec 2012 19:44:55 +0100 Subject: bring back fixed multiselect bar so it’s visible when scrolled down, fix #746 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/files/js/files.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/files/js') diff --git a/apps/files/js/files.js b/apps/files/js/files.js index ece0b29ae16..feffa10c9f6 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -774,9 +774,8 @@ function procesSelection(){ $('#headerName>span.name').text(t('files','Name')); $('#headerSize').text(t('files','Size')); $('#modified').text(t('files','Modified')); - $('th').removeClass('multiselect'); + $('table').removeClass('multiselect'); $('.selectedActions').hide(); - $('thead').removeClass('fixed'); $('#headerName').css('width','auto'); $('#headerSize').css('width','auto'); $('#headerDate').css('width','auto'); @@ -817,7 +816,7 @@ function procesSelection(){ } $('#headerName>span.name').text(selection); $('#modified').text(''); - $('th').addClass('multiselect'); + $('table').addClass('multiselect'); } } -- cgit v1.2.3