summaryrefslogtreecommitdiffstats
path: root/templates/ng
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-09-25 21:52:58 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-09-25 21:52:58 +0800
commit7c30ae7002f203aac1841fefdf535b0d017aabbf (patch)
treedbbf215903c63e7c4838522ba68b20ed11e61a27 /templates/ng
parent089d934547c88a8c3c7ce5587fcc2481cc98f3a3 (diff)
downloadgitea-7c30ae7002f203aac1841fefdf535b0d017aabbf.tar.gz
gitea-7c30ae7002f203aac1841fefdf535b0d017aabbf.zip
is utils improvement
Diffstat (limited to 'templates/ng')
-rw-r--r--templates/ng/base/head.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/ng/base/head.tmpl b/templates/ng/base/head.tmpl
index f2348c2483..f1fa5ea157 100644
--- a/templates/ng/base/head.tmpl
+++ b/templates/ng/base/head.tmpl
@@ -28,9 +28,10 @@
<link rel="stylesheet" href="{{AppSubUrl}}/css/github.min.css">
<!-- JavaScript -->
- <script src="{{AppSubUrl}}/ng/js/lib/tabs.js"></script>
<script src="{{AppSubUrl}}/ng/js/lib/lib.js"></script>
<script src="{{AppSubUrl}}/ng/js/lib/jquery.tipsy.js"></script>
+ <script src="{{AppSubUrl}}/ng/js/utils/tabs.js"></script>
+ <script src="{{AppSubUrl}}/ng/js/utils/preview.js"></script>
<script src="{{AppSubUrl}}/ng/js/gogs.js"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>