diff --git a/modules/torrents/client/controllers/torrent-info.client.controller.js b/modules/torrents/client/controllers/torrent-info.client.controller.js index 58ed4804..9dd748d5 100644 --- a/modules/torrents/client/controllers/torrent-info.client.controller.js +++ b/modules/torrents/client/controllers/torrent-info.client.controller.js @@ -1566,7 +1566,7 @@ vm.beginEditScreenshots = function () { vm.isEditScreenshots = true; - var imgDiv = angular.element('.torrent-img-list'); + var imgDiv = angular.element('.torrent-images .torrent-img-list'); if (imgDiv) { imgDiv.css('display', 'none'); } diff --git a/modules/torrents/client/views/view-torrent.client.view.html b/modules/torrents/client/views/view-torrent.client.view.html index 41cce59a..81aac14b 100644 --- a/modules/torrents/client/views/view-torrent.client.view.html +++ b/modules/torrents/client/views/view-torrent.client.view.html @@ -220,7 +220,7 @@