A few UI fixes; improve tab complete algorithm
This commit is contained in:
parent
6f3b10222f
commit
6051dd3939
5 changed files with 77 additions and 42 deletions
|
|
@ -20,7 +20,7 @@ function addMenuItem(target, text) {
|
|||
.text(text)
|
||||
.appendTo(li)
|
||||
.click(function () {
|
||||
$(".col-md-12").hide();
|
||||
$(".acp-panel").hide();
|
||||
$(target).show();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue