fixed #216
This commit is contained in:
parent
c229916bad
commit
3e6e0fa124
2 changed files with 17 additions and 12 deletions
|
@ -23,7 +23,7 @@ function(HostApp, Core, Paths, URI) {
|
|||
this.form.className = this.action;
|
||||
this.input = document.createElement("input");
|
||||
this.input.type = "search";
|
||||
this.input.placeholder = "Search ...";
|
||||
this.input.placeholder = "Search";
|
||||
this.form.appendChild(this.input);
|
||||
|
||||
var _this = this;
|
||||
|
|
Reference in a new issue