Fix column position in poll for Chrome

This commit is contained in:
yflory
2017-10-11 15:37:47 +02:00
parent b110e1b8da
commit 00e8d32d60
2 changed files with 16 additions and 6 deletions

View File

@@ -503,11 +503,6 @@ var Renderer = function (Cryptpad, APP) {
if (APP.proxy.content.colsOrder.indexOf(APP.userid) === -1) {
$(table).find('.cp-app-poll-table-bookmark').css('visibility', '');
}
if (!APP.proxy ||
!APP.proxy.content.rowsOrder ||
APP.proxy.content.rowsOrder.length === 0) {
}
};
var addCount = function (table) {
var $tr = $(table).find('tbody tr').first();