This commit is contained in:
jeena 2013-04-09 18:42:11 +02:00
parent c229916bad
commit 3e6e0fa124
2 changed files with 17 additions and 12 deletions

View file

@ -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;