Skip to content

Commit

Permalink
Removing the gclihide class from the proper elemetn
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jun 27, 2011
1 parent b64c962 commit 48a61f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcli/ui/inputter.js
Expand Up @@ -408,7 +408,7 @@ Completer.prototype.update = function() {
dom.removeCssClass(this.backgroundElement, 'gcli' + Status.VALID.toString());
dom.removeCssClass(this.backgroundElement, 'gcli' + Status.INCOMPLETE.toString());
dom.removeCssClass(this.backgroundElement, 'gcli' + Status.ERROR.toString());
dom.removeCssClass(this.backgroundElement, 'gclihide');
dom.removeCssClass(this.element, 'gclihide');

var completion = '<span class="gcliPrompt">' + this.completionPrompt + '</span> ';
if (this.input.value.length > 0) {
Expand Down

0 comments on commit 48a61f5

Please sign in to comment.