diff --git a/js/common.js b/js/common.js index 1a58db3a4..57c2470e2 100644 --- a/js/common.js +++ b/js/common.js @@ -524,7 +524,7 @@ var win_poll = function(href) { **/ function font_resize(id, act) { - var $elements = $("#"+id+" *"); + var $elements = $("#"+id+" *").not("select").not("option"); $elements.removeClass("applied"); var count = parseInt(get_cookie("ck_font_resize_count")); if(isNaN(count))