mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(web) fix r6459 error
This commit is contained in:
parent
2e6443a53d
commit
e45d547aae
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ Transmission.prototype =
|
|||
});
|
||||
if (!$.browser.safari)
|
||||
{
|
||||
(this).addClass('blur');
|
||||
$(this).addClass('blur');
|
||||
search_box[0].value = 'Filter';
|
||||
search_box.bind('blur', {transmission: this}, function(event) {
|
||||
if (this.value == '') {
|
||||
|
|
Loading…
Reference in a new issue