summaryrefslogtreecommitdiffstats
path: root/templates/base/footer.tmpl
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-05-08 21:31:30 -0300
committerLunny Xiao <xiaolunwen@gmail.com>2017-05-09 08:31:30 +0800
commitab79069dc79c4a816eb8d53cbd90fc38833ec117 (patch)
treea4d59642968befa76afc4330345b8eaf23028a8f /templates/base/footer.tmpl
parent51d0becb4232eab6b18959ccc4a895e5df30c4dc (diff)
downloadgitea-ab79069dc79c4a816eb8d53cbd90fc38833ec117.tar.gz
gitea-ab79069dc79c4a816eb8d53cbd90fc38833ec117.zip
Improve dashboard repo search (#1652)
* Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r--templates/base/footer.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index e2494c107b..e8ad0a4d9f 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -65,5 +65,6 @@
<script src="{{AppSubUrl}}/js/libs/autolink.js"></script>
<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script>
<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.9.min.js"></script>
+ <script src="{{AppSubUrl}}/js/libs/vue.js"></script>
</body>
</html>