폰트 리사이즈를 class를 이용한 방법으로 수정

This commit is contained in:
chicpro
2013-09-23 17:28:33 +09:00
parent b98d72a1e6
commit da73358a66
4 changed files with 14 additions and 96 deletions

View File

@ -68,10 +68,7 @@ if ($config['cf_analytics']) {
<script>
$(function() {
// 폰트 리사이즈 쿠키있으면 실행
var font_resize_act = get_cookie("ck_font_resize_act");
if(font_resize_act != "") {
font_resize("container", font_resize_act);
}
font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class"));
});
</script>