Skip to content

Commit

Permalink
MDL-50762 tool_capability: Do not hide first capability in list
Browse files Browse the repository at this point in the history
  • Loading branch information
luryus committed Jul 17, 2015
1 parent 7fa7357 commit 6532e28
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Expand Up @@ -83,7 +83,6 @@ SEARCH.prototype = {
div.append(label).append(this.input);

this.select.insert(div, 'before');
this.select.one('option').setStyle('display', 'none');

this.input.on('keyup', this.typed, this);
this.select.on('change', this.validate, this);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -83,7 +83,6 @@ SEARCH.prototype = {
div.append(label).append(this.input);

this.select.insert(div, 'before');
this.select.one('option').setStyle('display', 'none');

this.input.on('keyup', this.typed, this);
this.select.on('change', this.validate, this);
Expand Down
1 change: 0 additions & 1 deletion admin/tool/capability/yui/src/search/js/search.js
Expand Up @@ -81,7 +81,6 @@ SEARCH.prototype = {
div.append(label).append(this.input);

this.select.insert(div, 'before');
this.select.one('option').setStyle('display', 'none');

this.input.on('keyup', this.typed, this);
this.select.on('change', this.validate, this);
Expand Down

0 comments on commit 6532e28

Please sign in to comment.