diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 3d12f81ac..2fd4e61de 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -273,8 +273,6 @@ define([ var diff = tw - cw; if (diff && diff > 0) { $table.css('margin-right', diff+'px'); - } else { - $table.css('margin-right', ''); } queue.next();