aboutsummaryrefslogtreecommitdiff
path: root/templates/base/footer.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-30 22:10:20 -0500
committerUnknwon <u@gogs.io>2016-01-30 22:10:20 -0500
commit8436d69eaf435ae6bb50f648c1aed3eef7b0850b (patch)
treead2387c17613f1c003b87f5c99452299dcf304b3 /templates/base/footer.tmpl
parent6e03f6161777b38c0c185793e8f0294851796e46 (diff)
Update and reorganize front-end resources
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r--templates/base/footer.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index 5f2e8da0..8d87f9f3 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -33,20 +33,20 @@
<!-- Third-party libraries -->
{{if .RequireHighlightJS}}
- <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-9.0.0/github.css">
- <script src="{{AppSubUrl}}/js/libs/highlight-9.0.0.pack.js"></script>
+ <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.1.0/github.css">
+ <script src="{{AppSubUrl}}/plugins/highlight-9.1.0/highlight.pack.js"></script>
{{end}}
{{if .RequireMinicolors}}
- <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.minicolors-2.1.12.css">
- <script src="{{AppSubUrl}}/js/libs/jquery.minicolors-2.1.12.min.js"></script>
+ <link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css">
+ <script src="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.min.js"></script>
{{end}}
{{if .RequireDatetimepicker}}
- <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.datetimepicker-2.4.5.css">
- <script src="{{AppSubUrl}}/js/libs/jquery.datetimepicker-2.4.5.js"></script>
+ <link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.css">
+ <script src="{{AppSubUrl}}/plugins/jquery.datetimepicker-2.4.5/jquery.datetimepicker.js"></script>
{{end}}
{{if .RequireDropzone}}
- <link rel="stylesheet" href="{{AppSubUrl}}/css/dropzone-4.2.0.css">
- <script src="{{AppSubUrl}}/js/libs/dropzone-4.2.0.js"></script>
+ <link rel="stylesheet" href="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.css">
+ <script src="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.js"></script>
{{end}}
<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script>
<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.5.min.js"></script>