(web ui) preference dialog cleanups and other small fixes by Paweł Golonko

This commit is contained in:
Charles Kerr
2008-09-18 21:25:23 +00:00
parent 85edfe35d5
commit dd44aab556
4 changed files with 60 additions and 45 deletions

View File

@@ -171,7 +171,7 @@ Transmission.prototype =
});
if (!$.browser.safari)
{
$(this).addClass('blur');
search_box.addClass('blur');
search_box[0].value = 'Filter';
search_box.bind('blur', {transmission: this}, function(event) {
if (this.value == '') {