A few UI fixes; improve tab complete algorithm

This commit is contained in:
calzoneman 2014-01-30 23:02:58 -06:00
parent 6f3b10222f
commit 6051dd3939
5 changed files with 77 additions and 42 deletions

View file

@ -20,7 +20,7 @@ function addMenuItem(target, text) {
.text(text)
.appendTo(li)
.click(function () {
$(".col-md-12").hide();
$(".acp-panel").hide();
$(target).show();
});
};