From bbea5c5d8a03e5db34b641a4a468216e726c91c1 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 4 Mar 2018 01:01:17 +0300 Subject: [PATCH] fix(vote): just disable for future improvements in p2p --- src/app/torrent-page.js | 6 ++++++ 1 file changed, 6 insertions(+) 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 });