Skip to content

Commit

Permalink
Fix crappy search label replacement for input field.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksergeant committed Aug 27, 2010
1 parent 26028b0 commit 46a64de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(function() {
$('#id_comment').autogrow();

$('.mini-search').focus(function() {
if ($(this).attr('value') == 'search') {
if ($(this).attr('value') == 'search snipt') {
$(this).data('orig', $(this).attr('value'));
$(this).attr('value', '');
}
Expand Down

0 comments on commit 46a64de

Please sign in to comment.