forked from forgejo/forgejo
milestone: list view
This commit is contained in:
parent
8e8d535e23
commit
04458d49a0
16 changed files with 274 additions and 131 deletions
|
@ -93,6 +93,9 @@ $(document).ready(function () {
|
|||
});
|
||||
$('.ui.accordion').accordion();
|
||||
$('.ui.checkbox').checkbox();
|
||||
$('.ui.progress').progress({
|
||||
showActivity: false
|
||||
});
|
||||
$('.poping.up').popup();
|
||||
|
||||
initInstall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue