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
View File
@@ -2,12 +2,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>FAQ, 초코마에</title>
<meta name="description" CONTENT="FAQ 자주 묻는 질문, 초코마에 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">
+7 -5
View File
@@ -2,9 +2,11 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<title>초코마에 무료 사용자</title>
<meta name="description" CONTENT="무료 사용자 플레이어 Free User Player, 초코마에 chcomae">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
@@ -25,11 +27,11 @@
"",
function(jsonData) {
let maestroID = jsonData["maestroID"];
let maestroAccountType = jsonData["maestroAccountType"];
let playerID = jsonData["playerID"];
let playerAccountType = jsonData["playerAccountType"];
let playerName = jsonData["playerName"];
var maestroID = jsonData["maestroID"];
var maestroAccountType = jsonData["maestroAccountType"];
var playerID = jsonData["playerID"];
var playerAccountType = jsonData["playerAccountType"];
var playerName = jsonData["playerName"];
console.log("maestroID : " + maestroID);
console.log("maestroAccountType : " + maestroAccountType);
+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="마우스 타자 연습 앱 Mouse tyiping taja practice app, 한글타자 영문타자 Korean typing English typing, 초코마에 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 login, 초코마에 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 account registration, 초코마에 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">