mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-23 00:54:10 +09: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