瀏覽代碼

Moved gitote.js to CDN

Yoginth 7 年之前
父節點
當前提交
f6fed2cdb7
共有 2 個文件被更改,包括 1 次插入1508 次删除
  1. 0 1507
      public/js/gitote.js
  2. 1 1
      templates/base/head.tmpl

文件差異過大導致無法顯示
+ 0 - 1507
public/js/gitote.js


+ 1 - 1
templates/base/head.tmpl

@@ -76,7 +76,7 @@
 	{{end}}
 
 	<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.js"></script>
-	<script src="{{AppSubURL}}/js/gitote.js?v={{MD5 AppVer}}"></script>
+	<script src="https://cdn.jsdelivr.net/npm/gitote@1.3.2/js/gitote.js?v={{MD5 AppVer}}"></script>
 
 	{{if not .IsLogged}}
 		{{if .PageIsHome}}