Explorar el Código

配置文件可选配置统计代码

star7th hace 10 años
padre
commit
ae7764743d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Application/Home/View/Common/footer.html

+ 3 - 1
Application/Home/View/Common/footer.html

@@ -2,6 +2,8 @@
 	<script src="__PUBLIC__/js/common/jquery.min.js"></script>
     <script src="__PUBLIC__/bootstrap/js/bootstrap.min.js"></script>
     <script src="__PUBLIC__/js/common/showdoc.js"></script>
-    {:C("STATS_CODE")}
+    <div style="display:none">
+    	{:C("STATS_CODE")}
+    </div>
   </body>
 </html>