Fix: IE10 bug - DOCTYPE, IE=Edge, let -> var
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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,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,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,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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user