텍스트 리사이즈 적용시 select 제외하는 코드 추가
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user