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();
});