mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk web) add back an accidently deleted variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user