|
|
@@ -5,7 +5,7 @@
|
|
|
<title>主体课文</title>
|
|
|
<meta charset="utf-8" />
|
|
|
<script src="Scripts/jquery.js"></script>
|
|
|
- <link href="Common/mtm_passage.css" rel="stylesheet" type="text/css" />
|
|
|
+ <!--<link href="Common/mtm_passage.css" rel="stylesheet" type="text/css" />-->
|
|
|
<link href="Common/tasklib_book.css" rel="stylesheet" type="text/css" />
|
|
|
<script src="Common/mtm_temp.js"></script>
|
|
|
<script src="Common/tasklib_book.js"></script>
|
|
|
@@ -47,10 +47,10 @@
|
|
|
}
|
|
|
//加载听说课文
|
|
|
$("#load-text").on("click", function () {
|
|
|
- var data = $.ajax({ url: "lghp/21051.lghp", async: false }).responseText;
|
|
|
+ var data = $.ajax({ url: "lghp/data13.lghp", async: false }).responseText;
|
|
|
$("#data").html(data);
|
|
|
|
|
|
- Fill(JSON.parse(hightcodejson));
|
|
|
+ //Fill(JSON.parse(hightcodejson));
|
|
|
bindEventYS();
|
|
|
//bindCoursewareEvent();
|
|
|
|