1
0
Fork 0
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:
Kevin Glowacz 2009-05-25 02:19:17 +00:00
parent d983d07fdb
commit 8c9fb12e82

View file

@ -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;