mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk web) add back an accidently deleted variable
This commit is contained in:
parent
d983d07fdb
commit
8c9fb12e82
1 changed files with 1 additions and 0 deletions
|
@ -813,6 +813,7 @@ TorrentFile.prototype = {
|
|||
x = x - target.offsetLeft;
|
||||
target = target.offsetParent;
|
||||
}
|
||||
var file = event.data.file
|
||||
var prio;
|
||||
if( x < 12 ) prio = -1;
|
||||
else if( x < 23 ) prio = 0;
|
||||
|
|
Loading…
Reference in a new issue