Jelajahi Sumber

:bug: 少了小括号

visuddhinanda 3 tahun lalu
induk
melakukan
85f01c7543
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      public/app/course/index.php
  2. 1 1
      public/app/dict/index.php

+ 2 - 2
public/app/course/index.php

@@ -244,8 +244,8 @@ include "../pcdl/html_head.php";
 		<script>
 			 $(document).ready(function() {
 				$("#nav_course").addClass('active');
-			 }
-			var speaker = "<?php echo $_local->gui->speaker . ':' . $row['teacher'] ?>";
+			 });
+
 			
 			$.get("../course/course_list.php", function(data, status) {
 				let arrData = JSON.parse(data);

+ 1 - 1
public/app/dict/index.php

@@ -150,7 +150,7 @@ guide.grammar_tag:hover {
 	<script>	
 		$(document).ready(function() {
 			$("#nav_dict").addClass('active');
-		}
+		});
 <?php
 if (isset($_GET["key"]) && !empty($_GET["key"])) {
     echo "var _key='{$_GET["key"]}';\n";