You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- document.title = solo?'퍼즐앤드래곤 솔로 팀 제작 도구':'퍼즐앤드래곤 멀티 팀 제작 도구';
- var txtTitle = document.querySelector(".title-box .title");
- var txtDetail = document.querySelector(".detail-box .detail");
- txtTitle.placeholder = "편대 칭호 입력";
- txtDetail.placeholder = "입력 내용";
|