Merge branch 'g5'

This commit is contained in:
chicpro
2013-09-17 14:01:06 +09:00
3 changed files with 11 additions and 7 deletions

View File

@ -68,12 +68,6 @@ $(function(){
submenu_hide();
}
});
// 폰트 리사이즈 쿠키있으면 실행
var font_resize_act = get_cookie("ck_font_resize_act");
if(font_resize_act != "") {
font_resize("container", font_resize_act);
}
});
function submenu_hide() {