mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
nav ui for user logged
This commit is contained in:
parent
d8a24aff8c
commit
39ac95e5a2
5 changed files with 69 additions and 26 deletions
|
@ -14,4 +14,9 @@ var Gogits = {};
|
|||
$(selector).tab("show");
|
||||
$(selector).find("li:eq(" + index + ") a").tab("show");
|
||||
}
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
||||
|
||||
function initCore(){
|
||||
Gogits.showTooltips();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue