사용자: 임시저장 레이어 스크롤 및 안드로이드 대응

This commit is contained in:
whitedot
2013-07-05 09:57:02 +09:00
parent 6f3c3ff4eb
commit f5ccad3aec
4 changed files with 10 additions and 3 deletions

View File

@ -75,6 +75,7 @@ if ($is_admin) {
<?php
if(G4_IS_MOBILE) {
echo '<script> set_cookie("device_width", screen.width, 6, g4_cookie_domain); </script>'.PHP_EOL;
echo '<script src="<?php echo G4_URL; ?>/js/modernizr.custom.70111.js"></script>'.PHP_EOL; // overflow scroll 감지
}
//if(!defined('G4_IS_ADMIN'))
echo $config['cf_add_script'];