mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-28 01:59:19 +01:00
fix(torrents): fixed eslint warning
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
* window.resize()
|
||||
*/
|
||||
$(window).resize(function () {
|
||||
if ($('#popup_img_preview_wrapper') && $('#popup_img_preview_wrapper').css('display') != 'none') {
|
||||
if ($('#popup_img_preview_wrapper') && $('#popup_img_preview_wrapper').css('display') !== 'none') {
|
||||
vm.resizePopupImage();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user