1
0
Fork 0
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:
Charles Kerr 2008-08-10 15:30:03 +00:00
parent 2e6443a53d
commit e45d547aae

View file

@ -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 == '') {