visuddhinanda 4 lat temu
rodzic
commit
72b39dfb21
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      app/article/index.php

+ 3 - 1
app/article/index.php

@@ -4,7 +4,9 @@ require_once "../path.php";
 require_once "../pcdl/html_head.php";
 ?>
 <body style="margin: 0;padding: 0;" class="reader_body" >
-
+	<script>
+		var gCaseTable=<?php echo file_get_contents("../public/js/case.json"); ?>
+	</script>
 
 	<script  src="./article.js"></script>