1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

(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

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,