don't set zoom class in frames.js
This commit is contained in:
parent
c43ffcf58f
commit
39023b3e7b
|
@ -118,8 +118,7 @@ function initPage() {
|
|||
var thumb_ndx = $j('#framesTable tr th').filter(function() {
|
||||
return $j(this).text().trim() == 'Thumbnail';
|
||||
}).index();
|
||||
var thmbClass = WEB_ANIMATE_THUMBS ? 'colThumbnail zoom' : 'colThumbnail';
|
||||
table.find("tr td:nth-child(" + (thumb_ndx+1) + ")").addClass(thmbClass);
|
||||
table.find("tr td:nth-child(" + (thumb_ndx+1) + ")").addClass('colThumbnail');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue