텍스트 리사이즈 적용시 select 제외하는 코드 추가

This commit is contained in:
chicpro
2013-03-06 14:06:39 +09:00
parent 0dcda0c71f
commit 19a382832c

View File

@ -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))