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