#176 사용자 선택,추가 옵션 출력 작업 중

This commit is contained in:
chicpro
2013-05-23 13:56:15 +09:00
parent ef08088fa1
commit 24b07b2cf2
3 changed files with 124 additions and 47 deletions

5
js/shop.js Normal file
View File

@ -0,0 +1,5 @@
// php chr() 대응
function chr(code)
{
return String.fromCharCode(code);
}