Browse Source

Merge branch 'master' of https://github.com/visuddhinanda/mint

visuddhinanda 5 năm trước cách đây
mục cha
commit
bb17bac82e
2 tập tin đã thay đổi với 48 bổ sung44 xóa
  1. 43 44
      app/calendar/lib/main.css
  2. 5 0
      app/course/index.php

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 43 - 44
app/calendar/lib/main.css


+ 5 - 0
app/course/index.php

@@ -190,6 +190,7 @@ include "../pcdl/html_head.php";
 			}
 			}
 		}
 		}
 	</style>
 	</style>
+<script src="../public/js/marked.js"></script>
 
 
 
 
 	<div class="index_inner">
 	<div class="index_inner">
@@ -216,9 +217,13 @@ include "../pcdl/html_head.php";
 			$.get("../course/teacher_list.php", function(data, status) {
 			$.get("../course/teacher_list.php", function(data, status) {
 				let xDiv = document.getElementById("course_list_new");
 				let xDiv = document.getElementById("course_list_new");
 				if (xDiv) {
 				if (xDiv) {
+
 					xDiv.innerHTML = data;
 					xDiv.innerHTML = data;
 				}
 				}
 			});
 			});
+			/*$(".teacher_intro").each(function(){
+				$(this).innerHTML=marked($(this).innerHTML);
+			});*/
 		</script>
 		</script>
 		<div class="course_block">
 		<div class="course_block">
 			<h3>
 			<h3>

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác