diff options
Diffstat (limited to 'public/js/app.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 |