diff options
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 8d87f9f345..512d69f6a4 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -33,8 +33,8 @@ <!-- Third-party libraries --> {{if .RequireHighlightJS}} - <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.1.0/github.css"> - <script src="{{AppSubUrl}}/plugins/highlight-9.1.0/highlight.pack.js"></script> + <link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.2.0/github.css"> + <script src="{{AppSubUrl}}/plugins/highlight-9.2.0/highlight.pack.js"></script> {{end}} {{if .RequireMinicolors}} <link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css"> @@ -49,6 +49,6 @@ <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> +<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.9.min.js"></script> </html> |