(web) #3456:Improve web client torrent list display

This commit is contained in:
Daniel Lee
2010-07-31 16:28:00 +00:00
parent b5dabf2968
commit 222261cb64
4 changed files with 28 additions and 1 deletions

View File

@@ -1532,6 +1532,7 @@ Transmission.prototype =
this.setPref( Prefs._ShowInspector, true );
this.updateInspector( );
this.refreshDisplay( );
},
/*
@@ -1553,6 +1554,7 @@ Transmission.prototype =
}
this.setPref( Prefs._ShowInspector, false );
this.refreshDisplay( );
},
/*
@@ -1961,6 +1963,7 @@ Transmission.prototype =
this.setTorrentBgColors( );
this.updateStatusbar( );
this.selectionChanged( );
this.refreshDisplay( );
},
setEnabled: function( key, flag )