diff --git a/js/tygh/theme_editor.js b/js/tygh/theme_editor.js index e56995f..13caa2b 100644 --- a/js/tygh/theme_editor.js +++ b/js/tygh/theme_editor.js @@ -168,7 +168,7 @@ } } - if (typeof _.te_custom_fonts !== 'undefined' && _.te_custom_fonts.length) { + if (_.te_custom_fonts.length) { lis['custom'] = ''; for (i = 0; i < _.te_custom_fonts.length; i++) { lis['custom'] += '
  • ' + _.te_custom_fonts[i] + '
  • ';