(trunk web) #5013 fix r13523 regression with initializing file priority buttons

This commit is contained in:
Jordan Lee 2012-09-23 22:55:21 +00:00
parent 6438568d66
commit ee3eca112d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function FileRow(torrent, depth, name, indices, even)
indices: [],
isWanted: true,
priorityLow: false,
priorityNormal: true,
priorityNormal: false,
priorityHigh: false,
me: this,
size: 0,