뷰포트 추가 지정

This commit is contained in:
2018-06-29 14:41:09 +09:00
parent 5763bd5628
commit 95f5375288
54 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ function command_Other($turn, $commandtype) {
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=1024, initial-scale=1" />
<meta name="viewport" content="width=1024" />
<script>
parent.moveProcessing(<?=$commandtype?>, <?=Json::encode($turn)?>);
</script>