Browse Source

Moved gitote.js to CDN

Yoginth 7 years ago
parent
commit
f6fed2cdb7
2 changed files with 1 additions and 1508 deletions
  1. 0 1507
      public/js/gitote.js
  2. 1 1
      templates/base/head.tmpl

File diff suppressed because it is too large
+ 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}}