mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
(web ui) preference dialog cleanups and other small fixes by Paweł Golonko
This commit is contained in:
@@ -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 == '') {
|
||||
|
||||
Reference in New Issue
Block a user