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 = "入力詳細";
|