Skip to content

Commit

Permalink
Fixed style highlighting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltyk committed Oct 28, 2010
1 parent 9321a1b commit a237325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.placeholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
this.input.before(this.fakePassword.show()).hide();
}
}
this.input[0].value = this.input.attr('placeholder');
this.input.addClass('placeholder');
this.input[0].value = this.input.attr('placeholder');
}
},
hide : function() {
Expand Down

0 comments on commit a237325

Please sign in to comment.