init repo
This commit is contained in:
18
OfficeWeb/sdk/Common/MobileDownloader/download.html
Normal file
18
OfficeWeb/sdk/Common/MobileDownloader/download.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>TeamLab Document Editor</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
<script type="text/javascript" src="../downloaderfiles.js"></script>
|
||||
<script type="text/javascript">
|
||||
function load(){
|
||||
getFile(decodeURIComponent(location.search.substring(1).split("file=")[1]));
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="load()">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user