1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 18:17:19 +00:00

UI: install - done

This commit is contained in:
Unknwon
2015-07-09 13:17:48 +08:00
parent 5cf3732339
commit b9dc2147b4
21 changed files with 688 additions and 426 deletions

View File

@ -40,6 +40,7 @@ $(document).ready(function () {
});
$('.ui.accordion').accordion();
$('.ui.checkbox').checkbox();
$('.poping.up').popup();
initInstall();
});