#1925 You can no longer toggle file wanted on completed files (web ui)

This commit is contained in:
Mitchell Livingston
2009-03-15 15:38:36 +00:00
parent e7de174f5a
commit 338ce43037
3 changed files with 11 additions and 8 deletions

View File

@@ -694,6 +694,8 @@ TorrentFile.prototype = {
},
toggleWanted: function() {
if(this.element().hasClass('complete'))
return;
this.setWanted(!this._wanted);
},