Fix: IE10 bug - DOCTYPE, IE=Edge, let -> var

This commit is contained in:
2018-11-20 13:52:23 +09:00
parent f2669ed5ca
commit 6b7c6c87b5
37 changed files with 136 additions and 47 deletions
@@ -2,6 +2,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>마에스트로 체험</title>
<meta name="description" CONTENT="테스트 마에스트로 체험 Test maestro experience , 초코마에 chcomae">
@@ -26,9 +27,9 @@
"",
function(jsonData) {
let maestroID = jsonData["maestroID"];
let playerID = jsonData["playerID"];
let playerName = jsonData["playerName"];
var maestroID = jsonData["maestroID"];
var playerID = jsonData["playerID"];
var playerName = jsonData["playerName"];
console.log("maestroID : " + maestroID);
console.log("playerID : " + playerID);
+2
View File
@@ -2,12 +2,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>마에스트로 메뉴, 초코마에</title>
<meta name="description" CONTENT="마에스트로 메뉴 Maestro menu , 초코마에 chcomae">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="../../../resources/font/open-iconic-master/font/css/open-iconic-bootstrap.css" rel="stylesheet">
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+2
View File
@@ -2,12 +2,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>마에스트로 정보 변경</title>
<meta name="description" CONTENT="마에스트로 정보 변경 Maestro setting change info, 초코마에 chcomae">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="../../../resources/font/open-iconic-master/font/css/open-iconic-bootstrap.css" rel="stylesheet">
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+2
View File
@@ -2,12 +2,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>마에스트로 업그레이드</title>
<meta name="description" CONTENT="마에스트로 업그레이드 신청 Maestro upgrade, 초코마에 chcomae">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link href="../../../resources/font/open-iconic-master/font/css/open-iconic-bootstrap.css" rel="stylesheet">
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">