From 0e21db46fb2fb6f4c9727229c2c120b352b3bcd9 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 1 Jun 2018 01:55:04 +0800 Subject: [PATCH] fix(torrents): fixed screenshots picture edit issue --- .../client/controllers/torrent-info.client.controller.js | 2 +- modules/torrents/client/views/view-torrent.client.view.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@
-
@@ -973,7 +973,7 @@
-