GiveToken / GiftBox

Repository for Sizzle
0 stars 0 forks source link

[1095] Fixes image container problem #1096

Closed shreydesai closed 8 years ago

shreydesai commented 8 years ago

Hides the container when there are no images in the thumbnail box.

if ($('#company-image-container').children().length == 0) {
  $('#company-image-container').attr('hidden', true);
}
wogsland commented 8 years ago

develop not master....