Browse Source

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

visuddhinanda 5 years ago
parent
commit
bb17bac82e
2 changed files with 48 additions and 44 deletions
  1. 43 44
      app/calendar/lib/main.css
  2. 5 0
      app/course/index.php

File diff suppressed because it is too large
+ 43 - 44
app/calendar/lib/main.css


+ 5 - 0
app/course/index.php

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

Some files were not shown because too many files changed in this diff