Commit ca0b6b3c authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

update index.html

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50652 954022d7-b5bf-4e40-9824-e11837661b57
parent 4f9c8f92
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<title>TeamLab Document Editor</title> <title>TeamLab Document Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=IE8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
<meta name="description" content="" /> <meta name="description" content="" />
<meta name="keywords" content="" /> <meta name="keywords" content="" />
<link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" /> <link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" />
...@@ -75,6 +75,9 @@ ...@@ -75,6 +75,9 @@
</style> </style>
</head> </head>
<body> <body>
<script type="text/javascript">
window.time_point = new Date();
</script>
<div id="loading-mask" class="loadmask"> <div id="loading-mask" class="loadmask">
<div class="loadmask-body" align="center"> <div class="loadmask-body" align="center">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<title>TeamLab Document Editor</title> <title>TeamLab Document Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9,chrome=IE8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
<meta name="description" content="" /> <meta name="description" content="" />
<meta name="keywords" content="" /> <meta name="keywords" content="" />
<link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" /> <link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" />
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
<script type="text/javascript" src="../../common/locale.js"></script> <script type="text/javascript" src="../../common/locale.js"></script>
<!-- sdk --> <!-- sdk -->
<!--<script type="text/javascript" src="../../../sdk/Common/docscoapisettings.js"></script>--> <script type="text/javascript" src="../../../sdk/Common/docscoapisettings.js"></script>
<!--<script type="text/javascript" src="../../../sdk/Word/sdk-all.js"></script>--> <!--<script type="text/javascript" src="../../../sdk/Word/sdk-all.js"></script>-->
</body> </body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment