[1.2.6] Fix discord button

This commit is contained in:
vermillion-dev
2020-03-28 22:32:38 +01:00
parent 3de421fab3
commit 5bb104ff2f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ var path = window.location.pathname;
/* Add an info line to the table */
var tableLines = document.querySelectorAll('table.infos-torrent tbody tr');
var downloadLine = tableLines[1];
var downloadLine = tableLines[0];
var torrentInfo = downloadLine.cloneNode(true);
torrentInfo.style = "display: none";
downloadLine.insertAdjacentElement('afterend', torrentInfo);

View File

@@ -1,6 +1,6 @@
{
"name": "BetterYGG",
"version": "1.2.5",
"version": "1.2.6",
"description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!",
"icons": {
"16": "img/flexgg16.png",