fix(vote): just disable for future improvements in p2p
This commit is contained in:
parent
a8db927c8d
commit
bbea5c5d8a
@ -290,6 +290,12 @@ export default class TorrentPage extends Page {
|
|||||||
if(!this.torrent)
|
if(!this.torrent)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if(true)
|
||||||
|
{
|
||||||
|
alert('Nice try :)! But this feature will be restored in later. Just keep go in other direction :D.')
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
voting: true
|
voting: true
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user