new repo options UI
This commit is contained in:
parent
d01f688257
commit
c6b039c6f9
10 changed files with 196 additions and 155 deletions
|
@ -492,6 +492,9 @@ $(document).ready(function () {
|
|||
$('.show-panel.button').click(function () {
|
||||
$($(this).data('panel')).show();
|
||||
});
|
||||
$('.show-modal.button').click(function () {
|
||||
$($(this).data('modal')).modal('show');
|
||||
});
|
||||
|
||||
initCommentForm();
|
||||
initInstall();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue