diff --git a/bundle.js b/bundle.js index ed0de99..6b675bf 100644 --- a/bundle.js +++ b/bundle.js @@ -20,8 +20,10 @@ $(function() { var inflections = [] data['inflections'].forEach(function(item) { + var descr = item['descr'] + var value = item['value'] || '' inflections.push( - '
  • ' + item['descr'] + ': ' + item['value'] + '
  • ' + '
  • ' + descr + ': ' + value + '
  • ' ) })