1
0
Fork 0
forked from forgejo/forgejo

new dashboard ui

This commit is contained in:
Unknwon 2015-11-13 12:05:48 -05:00
parent a6c7716742
commit 0f438ef0b3
8 changed files with 354 additions and 268 deletions

View file

@ -583,6 +583,7 @@ $(document).ready(function () {
}
});
$('.tabular.menu .item').tab();
$('.tabable.menu .item').tab();
$('.toggle.button').click(function () {
$($(this).data('target')).slideToggle(100);