mirror of
https://gitee.com/gitea/gitea
synced 2025-12-22 00:16:36 +08:00
nav ui for user logged
This commit is contained in:
@@ -14,4 +14,9 @@ var Gogits = {};
|
||||
$(selector).tab("show");
|
||||
$(selector).find("li:eq(" + index + ") a").tab("show");
|
||||
}
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
||||
|
||||
function initCore(){
|
||||
Gogits.showTooltips();
|
||||
}
|
||||
Reference in New Issue
Block a user