diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-03 22:40:22 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-03 22:40:22 +0800 |
commit | 39ac95e5a2f256a840dac6206623100a7688ac16 (patch) | |
tree | 713b63974a331a865b45d469724d4ab50b7639d4 /templates/base/footer.tmpl | |
parent | d8a24aff8c2a293bd13f306625d3ba401f182f64 (diff) | |
download | gitea-39ac95e5a2f256a840dac6206623100a7688ac16.tar.gz gitea-39ac95e5a2f256a840dac6206623100a7688ac16.zip |
nav ui for user logged
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 4d4a7e5285..eaf5bd626e 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -1,2 +1,7 @@ - </body> +<script> + $(function(){ + initCore(); + }); +</script> +</body> </html>
\ No newline at end of file |