From e36bdeb56ed638111dc1b511e4f0156862d021b9 Mon Sep 17 00:00:00 2001 From: Dale Schluter Date: Mon, 13 Jun 2016 19:35:22 -0500 Subject: [PATCH] [Consumer] #78 Locked the aspect ratio of the logo so that it resizes based on the width being 200 --- consumer-ui/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer-ui/js/index.js b/consumer-ui/js/index.js index e5342cf..7157bcc 100644 --- a/consumer-ui/js/index.js +++ b/consumer-ui/js/index.js @@ -142,7 +142,7 @@ function isAfter (date1, date2) { function getPopupHtml (value, dateFormat, timeFormat, expired) { var content = '' + value.foodtruck.title + '
' - if (value.foodtruck.logo) content += 'logo' + if (value.foodtruck.logo) content += 'logo' content += '

' + value.foodtruck.description + '

' content += '

Here on ' +