mirror of
https://github.com/transmission/transmission.git
synced 2026-04-28 04:34:02 +01:00
(trunk web) #3278 "add sorting by size support to web client" -- fixed.
This commit is contained in:
@@ -909,7 +909,6 @@ Transmission.prototype =
|
||||
resizable: !fullscreen,
|
||||
draggable: !fullscreen,
|
||||
title: 'Preferences',
|
||||
show: 'blind',
|
||||
hide: 'blind',
|
||||
buttons: { }
|
||||
};
|
||||
@@ -1069,7 +1068,6 @@ Transmission.prototype =
|
||||
tr.togglePeriodicStatsRefresh(true);
|
||||
$("#stats_dialog" ).dialog( {
|
||||
title: 'Statistics',
|
||||
show: 'blind',
|
||||
hide: 'blind',
|
||||
width: 200,
|
||||
buttons: {
|
||||
|
||||
Reference in New Issue
Block a user