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?'P&D Solo Formation Maker':'P&D Dash Formation Maker';
- var txtTitle = document.querySelector(".title-box .title");
- var txtDetail = document.querySelector(".detail-box .detail");
- txtTitle.placeholder = "Input Formation Title";
- txtDetail.placeholder = "Input Detail";
|