diff --git a/src/app/torrent-page.js b/src/app/torrent-page.js index 59975c7..0b24d8e 100644 --- a/src/app/torrent-page.js +++ b/src/app/torrent-page.js @@ -290,6 +290,12 @@ export default class TorrentPage extends Page { if(!this.torrent) return; + if(true) + { + alert('Nice try :)! But this feature will be restored in later. Just keep go in other direction :D.') + return + } + this.setState({ voting: true });