diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-03 23:24:29 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-03 23:24:29 +0800 |
commit | fea660f1d787f353f06632982861000c9078da2e (patch) | |
tree | bf34f22c98551e7b0c5dbc4bc58e6bc0a20efba2 /public/js | |
parent | b73cf0ee77cf035b118315568c605f4f54fa81aa (diff) | |
parent | 39ac95e5a2f256a840dac6206623100a7688ac16 (diff) |
merged
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 a8220f46..414af135 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 |