mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +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)
|
if (!$.browser.safari)
|
||||||
{
|
{
|
||||||
(this).addClass('blur');
|
$(this).addClass('blur');
|
||||||
search_box[0].value = 'Filter';
|
search_box[0].value = 'Filter';
|
||||||
search_box.bind('blur', {transmission: this}, function(event) {
|
search_box.bind('blur', {transmission: this}, function(event) {
|
||||||
if (this.value == '') {
|
if (this.value == '') {
|
||||||
|
|
Loading…
Reference in a new issue