1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-12 13:37:20 +00:00

issue create page ui

This commit is contained in:
FuXiaoHei
2014-03-25 21:14:05 +08:00
parent 9aba29dd8f
commit e5d8fe41c4
4 changed files with 68 additions and 4 deletions

View File

@ -111,6 +111,7 @@ var Gogits = {
};
Gogits.initTabs = function () {
var $tabs = $('[data-init=tabs]');
$tabs.tab("show");
$tabs.find("li:eq(0) a").tab("show");
};
// fix dropdown inside click