IE=edge 대소문자 주의

This commit is contained in:
2018-06-30 01:52:07 +09:00
parent 517fe05567
commit 3780dbb2bb
59 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ function command_Other($turn, $commandtype) {
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=1024" />
<script>
parent.moveProcessing(<?=$commandtype?>, <?=Json::encode($turn)?>);