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 /public/js | |
parent | d8a24aff8c2a293bd13f306625d3ba401f182f64 (diff) | |
download | gitea-39ac95e5a2f256a840dac6206623100a7688ac16.tar.gz gitea-39ac95e5a2f256a840dac6206623100a7688ac16.zip |
nav ui for user logged
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index a8220f46e1..414af13522 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -14,4 +14,9 @@ var Gogits = {}; $(selector).tab("show"); $(selector).find("li:eq(" + index + ") a").tab("show"); } -})(jQuery);
\ No newline at end of file +})(jQuery); + + +function initCore(){ + Gogits.showTooltips(); +}
\ No newline at end of file |