mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 21:47:19 +00: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