diff --git a/admin/themes/default/js/common.js b/admin/themes/default/js/common.js index 47e200143..48c553933 100644 --- a/admin/themes/default/js/common.js +++ b/admin/themes/default/js/common.js @@ -16,7 +16,7 @@ jQuery.fn.fontCheckbox = function() { } }); this.find('input[type=radio]').on('change', function() { - jQuery('.font-checkbox input[type=radio][name='+ jQuery(this).attr('name') +']').each(function() { + jQuery('.font-checkbox input[type=radio][name="'+ jQuery(this).attr('name') +'"]').each(function() { jQuery(this).prev().removeClass(); if (!jQuery(this).is(':checked')) { jQuery(this).prev().addClass('icon-circle-empty');